org.apache.tapestry.portlet
Class PortletConstants

java.lang.Object
  extended by org.apache.tapestry.portlet.PortletConstants

public final class PortletConstants
extends Object

Since:
4.0
Author:
Howard M. Lewis Ship

Field Summary
static String EXCEPTION_SERVICE
          Name of the exception service, which renders stored exception markup.
static String PORTLET_EXCEPTION_MARKUP_ATTRIBUTE
          Session attribute key used to store markup generated during an action request, so that it can be displayed during a later render request.
static String PORTLET_MODE
          Render parameter name storing the portlet mode at the time the render URL was created.
static String RENDER_SERVICE
          Name of the render service, whose job is to render a page.
static String WINDOW_STATE
          Render parameter name storing the window state at the time the render URL was created.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RENDER_SERVICE

public static final String RENDER_SERVICE
Name of the render service, whose job is to render a page. The page to render is identified in the ServiceConstants.PAGE parameter.

See Also:
Constant Field Values

EXCEPTION_SERVICE

public static final String EXCEPTION_SERVICE
Name of the exception service, which renders stored exception markup.

See Also:
Constant Field Values

PORTLET_EXCEPTION_MARKUP_ATTRIBUTE

public static final String PORTLET_EXCEPTION_MARKUP_ATTRIBUTE
Session attribute key used to store markup generated during an action request, so that it can be displayed during a later render request.

See Also:
Constant Field Values

PORTLET_MODE

public static final String PORTLET_MODE
Render parameter name storing the portlet mode at the time the render URL was created. This is necessary for determining when the mode has changed.

See Also:
Constant Field Values

WINDOW_STATE

public static final String WINDOW_STATE
Render parameter name storing the window state at the time the render URL was created. Again, this is necessary for determining when the window state has changed.

See Also:
Constant Field Values


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.