Package lumis.portal.presentation.core
Contains the core implementation for processing a page layout file.
- Since:
- 6.0.0
- Version:
- $Revision: 13093 $ $Date: 2011-05-28 18:40:18 -0300 (Sat, 28 May 2011) $
-
Interface Summary Interface Description ILayoutFileComponentFactory Creates the component implementation to be used for aLayoutFileTag
.IPageRenderer Provides methods for rendering page HTML fragments and obtaining information necessary for processing the layout.LayoutFileSessionStoreFactory.IGetSessionIdOverrider Interface implemented byAbstractHttpSessionStore
extensions that overrides theAbstractHttpSessionStore.getSessionId(Request, boolean)
behavior. -
Class Summary Class Description AbstractLayoutFileMarkupFilter Abstract markup filter used as base implementation used to help other implementations of markup filters for layout file.DefaultLumisPortalComponentFactory Creates the component to be used for aLayoutFileTag
.HTMLFragmentComponent An abstract component to be used as a base for rendering a HTML fragment.LayoutFileApplication The Wicket application implementation used for processing the layout file.LayoutFileDispatcher Class that provides the operations for dispatching a request to the layout file processing system.LayoutFileExceptionErrorPage Exception error page used byLayoutFileApplication
.LayoutFileFilter The filter used to process layout file.LayoutFileMarkupResourceStream Base markup resource stream for layout file.LayoutFilePage The Wicket page used for processing a layout file.LayoutFileSessionStoreFactory Factory ofISessionStore
used for theLayoutFileApplication
.LayoutFileTag Represents built-in tags of the layout file feature.SharedMarkupResourceStream Markup resource stream that allows aIFixedLocationResourceStream
to be shared. -
Exception Summary Exception Description LayoutFileMarkupException Runtime exception that is thrown when parsing of a layout file markup fails.RestartResponseWithTargetException Causes wicket to interrupt current request processing and immediately respond with the specifiedIRequestTarget
.