| java.lang.Object org.apache.wsrp4j.producer.provider.driver.URLComposerImpl
URLComposerImpl | public class URLComposerImpl implements URLComposer(Code) | | This class implements the URLComposer interface providing methods to generate
URLs or namespace tokens.
There are two kinds of methods:
- Methods defining URLs or tokens to be rewritten by the consumer.
- Methods defining complete URLs or namespaced tokens according to the
templates delivered by the Consumer.
author: Stefan Behl |
Method Summary | |
public String | createBlockingActionURL(String portletMode, String navigationalState, String interactionState, String windowState, boolean secureURL, RuntimeContext runtimeContext, PortletContext portletContext, UserContext userContext) | public String | createNamespacedToken(String token, RuntimeContext runtimeContext) | public String | createRenderURL(String portletMode, String navigationalState, String windowState, boolean secureURL, RuntimeContext runtimeContext, PortletContext portletContext, UserContext userContext) | public String | createResourceURL(String url, boolean rewriteResource, boolean secureURL, RuntimeContext runtimeContext, PortletContext portletContext, UserContext userContext) | public static URLComposerImpl | getInstance(Provider provider) |
createBlockingActionURL | public String createBlockingActionURL(String portletMode, String navigationalState, String interactionState, String windowState, boolean secureURL, RuntimeContext runtimeContext, PortletContext portletContext, UserContext userContext)(Code) | | creates a rewrite blocking-action-url
Parameters: portletMode - Parameters: navigationalState - Parameters: interactionState - Parameters: windowState - Parameters: secureURL - Parameters: runtimeContext - Parameters: portletContext - Parameters: userContext - URL as String |
|
|