Field Summary |
|
final public static String | BEGIN_WSRP_REWRITE 10.2.1 All portlet URLs (i.e. |
final static String | ENC_CLOSE |
final static String | ENC_OPEN |
final public static String | END_WSRP_REWRITE 10.2.1 All portlet URLs (i.e. |
final public static String | FAKE_RESOURCE_REQ_REW |
final public static String | FAKE_RESOURCE_START |
final public static String | FAKE_RESOURCE_URL |
final public static String | FRAGMENT_ID |
final public static String | INTERACTION_STATE 10.2.1.3 wsrp-interactionState The value of this portlet URL parameter defines the interaction state the
Consumer MUST send to the Producer when the URL is activated. |
final public static String | MODE 10.2.1.4 wsrp-mode Activating this URL includes a request to change the mode parameter in MarkupParams into the
mode specified as the value for this portlet URL parameter. |
final public static String | NAVIGATIONAL_STATE 10.2.1.2 wsrp-navigationalState The value of this portlet URL parameter defines the navigational state the
Consumer MUST send to the Producer when the URL is activated. |
final public static String | RESOURCE_REQUIRES_REWRITE 10.2.1.1.3.2 wsrp-requiresRewrite This boolean informs the Consumer that the resource needs to be parsed for
URL rewriting. |
final public static String | RESOURCE_URL 10.2.1.1.3.1 wsrp-url This parameter provides the actual URL to the resource. |
final public static String | REWRITE_PARAMETER_CLOSE Closing token for URL parameters. |
final public static String | REWRITE_PARAMETER_OPEN Opening token for URL parameters. |
final public static String | SECURE_URL 10.2.1.7 wsrp-secureURL The value for the wsrp-secureURL is a boolean indicating whether the resulting URL MUST
involve secure communication between the client and Consumer, as well as between the Consumer and Producer. |
final public static String | URL_TYPE_BLOCKING_ACTION 10.2.1.1.1 wsrp-urlType = blockingAction Activation of the URL will result in an invocation of
performBlockingInteraction() on the Portlet that generated the markup. |
final public static String | URL_TYPE_NAME 10.2.1.1 wsrp-urlType This parameter MUST be specified first when using the Consumer URL rewriting template and
the value selected from the following definitions. |
final public static String | URL_TYPE_RENDER 10.2.1.1.2 wsrp-urlType = render Activation of the URL will result in an invocation of getMarkup(). |
final public static String | URL_TYPE_RESOURCE 10.2.1.1.3 wsrp-urlType = resource Activation of the URL will result in the Consumer acting as a gateway to the
underlying resource, possibly in a cached manner, and returning it to the user-agent. |
final public static String | WINDOW_STATE 10.2.1.5 wsrp-windowState Activating this URL includes a request to change the windowState parameter in
MarkupParams into the window state specified as the value for this portlet URL parameter. |
final public static int | WSRP_REWRITE_PREFIX_LENGTH |
final public static int | WSRP_REWRITE_SUFFIX_LENGTH |
final public static String | WSRP_REWRITE_TOKEN 10.3.1 Consumer Rewriting (Namespace encoding) The Portlet can prefix the token with "wsrp_rewrite_". |