| org.apache.cocoon.components.modules.input.AbstractInputModule org.apache.cocoon.components.modules.input.PortletURLModule
PortletURLModule | public class PortletURLModule extends AbstractInputModule implements ThreadSafe(Code) | | Input module to be used in together with
org.apache.cocoon.transformation.LinkRewriterTransformer in JSR-168 (Portlet) environment. Allows creation of render, action, and
resource URLs using syntax:
portlet:action:<path> for action URL;
portlet:render:<path> for render URL;
portlet:resource:<path> for resource URL;
Outside of portlet environment, prefixes (portlet:action: ,
portlet:render: , portlet:resource: ) are omitted.
author: Vadim Gritsenko version: CVS $Id: PortletURLModule.java 433543 2006-08-22 06:22:54Z crossley $ |
getAttribute | public Object getAttribute(String name, Configuration modeConf, Map objectModel) throws ConfigurationException(Code) | | |
getAttributeNames | public Iterator getAttributeNames(Configuration modeConf, Map objectModel) throws ConfigurationException(Code) | | |
getAttributeValues | public Object[] getAttributeValues(String name, Configuration modeConf, Map objectModel) throws ConfigurationException(Code) | | |
|
|