Field Summary |
|
final public static String | CACHE_FOR_ALL The markup is not specific to the UserContext and therefore may be supplied to all users of the Consumer. |
final public static String | CACHE_PER_USER The markup is specific to the userContext for which it was generated. |
final public static String | CERTIFICATE_USER_AUTHENTICATION The End-User presented a security certificate to validate their identity. |
final public static String | CONSUMER_AGENT |
final public static String | DEFAULT_CHARACTER_SET Default character set used to generate markup. |
final public static String | DEFAULT_CONSUMER_NAME |
final public static String[] | DEFAULT_LOCALES Default locales. |
final public static String[] | DEFAULT_MIME_TYPES Default MIME types. |
final public static String | EDIT_MODE Within the wsrp:edit mode, a Portlet should provide content and logic that let a user customize
the behavior of the Portlet , though such customizations are not limited to screens generated while in this mode.
The wsrp:edit mode can include one or more screens which users can navigate to enter their
customization data. Typically, Portlets in wsrp:edit mode will set or update Portlet enduring
state. |
final public static String | HELP_MODE When in wsrp:help mode, a Portlet may provide help screens that explains the Portlet and its
expected usage. |
final public static String | MAXIMIZED_WINDOW_STATE The wsrp:maximized window state is an indication the Portlet is likely the only Portlet being
rendered in the aggregated page, or that the Portlet has more space compared to other Portlets in the aggregated
page. |
final public static String | MINIMIZED_WINDOW_STATE When the window state is wsrp:minimized , the Portlet SHOULD NOT render visible markup, but is free to
include non-visible data such as JavaScript or hidden forms. |
final public static String | NONE_USER_AUTHENTICATION No authentication was done, user information is asserted for informational purposes only. |
final public static String | NORMAL_WINDOW_STATE The wsrp:normal window state indicates the Portlet is likely sharing the aggregated page with
other Portlets. |
final public static String | PASSWORD_USER_AUTHENTICATION The End-User identified themselves using the common userid/password scenario. |
final public static String | PREVIEW_MODE In wsrp:preview mode, a Portlet should provide a rendering of its standard wsrp:view
mode content, as a visual sample of how this Portlet will appear on the End-User's page with the current
configuration. |
final public static int | SESSION_NEVER_EXPIRES The value of SessionContext.expires if the session will never expire. |
final public static String | SOLO_WINDOW_STATE The wsrp:solo window state is an indication the Portlet is the only Portlet being rendered in the
aggregated page. |
final public static String | VIEW_MODE The expected functionality for a Portlet in wsrp:view mode is to render markup reflecting the
current state of the Portlet. |
final public static String | WEB_APP_REGISTRY_OBJECT_NAME |
final public static String | WSRP_PRODUCER_OBJECT_NAME |
final public static QName | XSD_STRING |