| java.lang.Object com.sun.portal.wsrp.consumer.common.WSRPConsumerRewriter
WSRPConsumerRewriter | public class WSRPConsumerRewriter (Code) | | This class rewrites all URLs in the content sent by the producer
using rules listed in the 10.2 section of the WSRP spec and
information provided in its constructor. It is used by both the
Markup Manager and the ResourceProxyServlet servlet.
|
PROXY_COOKIE_KEY | final public static String PROXY_COOKIE_KEY(Code) | | |
PROXY_NAMESPACE | final public static String PROXY_NAMESPACE(Code) | | |
PROXY_PORTAL_SERVER_URL | final public static String PROXY_PORTAL_SERVER_URL(Code) | | |
PROXY_RESOURCE_REWRITE | final public static String PROXY_RESOURCE_REWRITE(Code) | | |
PROXY_RESOURCE_URL | final public static String PROXY_RESOURCE_URL(Code) | | |
PROXY_SERVLET_MAPPING | public static String PROXY_SERVLET_MAPPING(Code) | | |
WSRPConsumerRewriter | public WSRPConsumerRewriter(ChannelURLFactory channelURLFactory, String portalServerURLPrefix, String cookieKey, String namespace)(Code) | | Constructor (used by MarkupManager)
Parameters: channelURLFactory - Factory that would help create render/action urls. Parameters: portalServerURLPrefix - Pure prefix to the portal Parameters: cookieKey - Key that ProducerSessionManager used to store the markup stub. Parameters: namespace - Unique namespace to be used to replace wsrp_rewrite_ |
WSRPConsumerRewriter | public WSRPConsumerRewriter(String portalServerURLPrefix, String cookieKey, String namespace)(Code) | | Constructor (used by ResourceProxyServlet)
Parameters: portalServerURLPrefix - Pure prefix to the portal Parameters: cookieKey - Key that ProducerSessionManager used to store the markup stub. Parameters: namespace - Unique namespace to be used to replace wsrp_rewrite_ |
|
|