- PageResolverContribution - Class in org.apache.tapestry.portlet
-
Contribution used for resolving requests to named pages.
- PageResolverContribution() - Constructor for class org.apache.tapestry.portlet.PageResolverContribution
-
- PORTLET_EXCEPTION_MARKUP_ATTRIBUTE - Static variable in class org.apache.tapestry.portlet.PortletConstants
-
Session attribute key used to store markup generated during an action request, so that it can
be displayed during a later render request.
- PORTLET_MODE - Static variable in class org.apache.tapestry.portlet.PortletConstants
-
Render parameter name storing the portlet mode at the time the render URL was created.
- PortletApplicationInitializer - Interface in org.apache.tapestry.portlet
-
Command interface for the tapestry.portlet.ApplicationInitializer configuration
point, which is used by the application portlet to bootstrap the application.
- PortletApplicationSpecificationInitializer - Class in org.apache.tapestry.portlet
-
Locates and reads the application specification for the portlet and stores it into
ApplicationGlobals.
- PortletApplicationSpecificationInitializer() - Constructor for class org.apache.tapestry.portlet.PortletApplicationSpecificationInitializer
-
- PortletConfigStrategy - Class in org.apache.tapestry.portlet
-
Adapts PortletConfig for describing.
- PortletConfigStrategy() - Constructor for class org.apache.tapestry.portlet.PortletConfigStrategy
-
- PortletConstants - Class in org.apache.tapestry.portlet
-
- PortletExceptionPresenter - Class in org.apache.tapestry.portlet
-
Service used to present a runtime exception to the user.
- PortletExceptionPresenter() - Constructor for class org.apache.tapestry.portlet.PortletExceptionPresenter
-
- PortletHomeService - Class in org.apache.tapestry.portlet
-
Replacement for the standard home service, used by Portlets.
- PortletHomeService() - Constructor for class org.apache.tapestry.portlet.PortletHomeService
-
- PortletLink - Class in org.apache.tapestry.portlet
-
Wrapper around PortletURL.
- PortletLink(PortletURL, QueryParameterMap) - Constructor for class org.apache.tapestry.portlet.PortletLink
-
- PortletLinkFactoryImpl - Class in org.apache.tapestry.portlet
-
Extended version of LinkFactoryImpl that can
create generate Portlet URLs.
- PortletLinkFactoryImpl() - Constructor for class org.apache.tapestry.portlet.PortletLinkFactoryImpl
-
- PortletMultipartDecoder - Interface in org.apache.tapestry.portlet.multipart
-
- PortletMultipartDecoderFilter - Class in org.apache.tapestry.portlet.multipart
-
- PortletMultipartDecoderFilter() - Constructor for class org.apache.tapestry.portlet.multipart.PortletMultipartDecoderFilter
-
- PortletMultipartDecoderImpl - Class in org.apache.tapestry.portlet.multipart
-
- PortletMultipartDecoderImpl() - Constructor for class org.apache.tapestry.portlet.multipart.PortletMultipartDecoderImpl
-
- PortletPageResolver - Interface in org.apache.tapestry.portlet
-
Used by
PortletHomeService to determine the correct page name
to use to render a request that does not specify a page (that's what the home service does).
- PortletRenderer - Interface in org.apache.tapestry.portlet
-
Service used to render a page within a portlet.
- PortletRendererImpl - Class in org.apache.tapestry.portlet
-
- PortletRendererImpl() - Constructor for class org.apache.tapestry.portlet.PortletRendererImpl
-
- PortletRequestGlobals - Interface in org.apache.tapestry.portlet
-
Stores the current Portlet request and response, for access by other services.
- PortletRequestGlobalsImpl - Class in org.apache.tapestry.portlet
-
Implementation of the tapestry.portlet.PortletRequestGlobals service, which uses the threaded
service lifecycle model.
- PortletRequestGlobalsImpl() - Constructor for class org.apache.tapestry.portlet.PortletRequestGlobalsImpl
-
- PortletResponseRenderer - Class in org.apache.tapestry.portlet
-
Sets render parameters on the current
ActionResponse that will invoke the
RenderService to render the (currently) active page.
- PortletResponseRenderer() - Constructor for class org.apache.tapestry.portlet.PortletResponseRenderer
-
- PortletSessionDescribableStrategy - Class in org.apache.tapestry.portlet
-
Describes PortletSession.
- PortletSessionDescribableStrategy() - Constructor for class org.apache.tapestry.portlet.PortletSessionDescribableStrategy
-
- PortletStaleLinkExceptionPresenter - Class in org.apache.tapestry.portlet
-
Implementation of StaleLinkExceptionPresenter for Portlets.
- PortletStaleLinkExceptionPresenter() - Constructor for class org.apache.tapestry.portlet.PortletStaleLinkExceptionPresenter
-
- PortletStaleSessionExceptionPresenter - Class in org.apache.tapestry.portlet
-
- PortletStaleSessionExceptionPresenter() - Constructor for class org.apache.tapestry.portlet.PortletStaleSessionExceptionPresenter
-
- PortletWebActivator - Class in org.apache.tapestry.portlet
-
Adapts a PortletConfig as WebActivator.
- PortletWebActivator(PortletConfig) - Constructor for class org.apache.tapestry.portlet.PortletWebActivator
-
- PortletWebContext - Class in org.apache.tapestry.portlet
-
Adapts PortletContextas WebContext.
- PortletWebContext(PortletContext) - Constructor for class org.apache.tapestry.portlet.PortletWebContext
-
- PortletWebContextInitializer - Class in org.apache.tapestry.portlet
-
Creates the Portlet WebActivator and
WebContext, and stores them into
ApplicationGlobals.
- PortletWebContextInitializer() - Constructor for class org.apache.tapestry.portlet.PortletWebContextInitializer
-
- PortletWebRequest - Class in org.apache.tapestry.portlet
-
Implementation of WebRequest that adapts a
{@link PortletRequest).
- PortletWebRequest(PortletRequest) - Constructor for class org.apache.tapestry.portlet.PortletWebRequest
-
- PortletWebResponse - Class in org.apache.tapestry.portlet
-
Adapts PortletResponse as WebResponse.
- PortletWebResponse(PortletResponse) - Constructor for class org.apache.tapestry.portlet.PortletWebResponse
-
- PortletWebSession - Class in org.apache.tapestry.portlet
-
Adapts a PortletSessionas a WebSession.
- PortletWebSession(PortletSession) - Constructor for class org.apache.tapestry.portlet.PortletWebSession
-
- presentException(IRequestCycle, Throwable) - Method in class org.apache.tapestry.portlet.PortletExceptionPresenter
-
- presentStaleLinkException(IRequestCycle, StaleLinkException) - Method in class org.apache.tapestry.portlet.PortletStaleLinkExceptionPresenter
-
- presentStaleSessionException(IRequestCycle, StaleSessionException) - Method in class org.apache.tapestry.portlet.PortletStaleSessionExceptionPresenter
-
- processAction(ActionRequest, ActionResponse) - Method in class org.apache.tapestry.portlet.ApplicationPortlet
-