public class ServletDecorator extends Object implements BeanDefinitionDecorator
This BeanDefinitionDecorator deals with the
http://cocoon.apache.org/schema/servlet namespace which
defines following elements: context : with optional attributes
mountPath and contextPath. With optional sub
elements init-params", "context-params" and "connections".
The actual creation of the servlet service (= a bean) is done by ServletFactoryBean.
| Constructor and Description |
|---|
ServletDecorator() |
public BeanDefinitionHolder decorate(Node source, BeanDefinitionHolder holder, ParserContext ctx)
decorate in interface BeanDefinitionDecoratorCopyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.