org.apache.cocoon.servletservice.spring
Class ServletNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by org.apache.cocoon.servletservice.spring.ServletNamespaceHandler
All Implemented Interfaces:
org.springframework.beans.factory.xml.NamespaceHandler

public class ServletNamespaceHandler
extends org.springframework.beans.factory.xml.NamespaceHandlerSupport

Spring namespace handler for the Cocoon servlet namespace (http://cocoon.apache.org/schema/servlet). The ServletDecorator deals with the implementation details.

Since:
1.0.0
Version:
$Id: ServletNamespaceHandler.java 562806 2007-08-05 02:26:41Z vgritsenko $

Constructor Summary
ServletNamespaceHandler()
           
 
Method Summary
 void init()
           
 
Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport
decorate, findDecoratorForNode, findParserForElement, parse, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletNamespaceHandler

public ServletNamespaceHandler()
Method Detail

init

public void init()


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.