org.apache.cocoon.servletservice.spring
Class ServletNamespaceHandler

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

public class ServletNamespaceHandler
extends NamespaceHandlerSupport

Spring namespace handler for the cocoon servlet namespace. Currently this namespace defines the following elements (in the namespace "http://cocoon.apache.org/schema/servlet"): "context" : with optional attributes "mountPath" and "contextPath". With optional sub elements "init-params", "context-params" and "connections".

Since:
2.2
Version:
$Id: ServletNamespaceHandler.java 503384 2007-02-04 11:10:19Z danielf $

Constructor Summary
ServletNamespaceHandler()
           
 
Method Summary
 void init()
           
 
Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport
decorate, 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-2007 The Apache Software Foundation. All Rights Reserved.