org.apache.cocoon.servletservice.spring
Class ServletNamespaceHandler
java.lang.Object
org.springframework.beans.factory.xml.NamespaceHandlerSupport
org.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 $
|
Method Summary |
void |
init()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletNamespaceHandler
public ServletNamespaceHandler()
init
public void init()
Copyright © 1999-2007 The Apache Software Foundation. All Rights Reserved.