| org.apache.lenya.cms.cocoon.components.modules.input.OperationModule org.apache.lenya.cms.cocoon.components.modules.input.AbstractPageEnvelopeModule
All known Subclasses: org.apache.lenya.cms.cocoon.components.modules.input.WorkflowModule, org.apache.lenya.cms.cocoon.components.modules.input.PublicationTemplateFallbackModule, org.apache.lenya.cms.cocoon.components.modules.input.PageEnvelopeModule, org.apache.lenya.cms.cocoon.components.modules.input.FallbackModule, org.apache.lenya.cms.cocoon.components.modules.input.MetaDataModule, org.apache.lenya.cms.cocoon.components.modules.input.SitetreeModule, org.apache.lenya.cms.cocoon.components.modules.input.DocumentURLModule,
AbstractPageEnvelopeModule | abstract public class AbstractPageEnvelopeModule extends OperationModule (Code) | | Abstract superclass for classes which need access to the page envelope.
The web application URL can be provided in the attribute name, separated by a colon (":").
|
Method Summary | |
protected String | getAttributeName(String name) Parameters: name - The original attribute name. | protected PageEnvelope | getEnvelope(Map objectModel, String name) Get the the page envelope for the given objectModel.
Parameters: objectModel - the objectModel for which the page enevelope is requested. Parameters: name - The attribute name. |
getAttributeName | protected String getAttributeName(String name)(Code) | | Parameters: name - The original attribute name. The attribute name without URL attachment. |
getEnvelope | protected PageEnvelope getEnvelope(Map objectModel, String name) throws ConfigurationException(Code) | | Get the the page envelope for the given objectModel.
Parameters: objectModel - the objectModel for which the page enevelope is requested. Parameters: name - The attribute name. a PageEnvelope throws: ConfigurationException - if the page envelope could not be instantiated. |
Fields inherited from org.apache.lenya.cms.cocoon.components.modules.input.OperationModule | protected ServiceManager manager(Code)(Java Doc)
|
|
|