lumis.portal.page.context
Interface IPageContext

Package class diagram package IPageContext
All Known Implementing Classes:
PageContext

public interface IPageContext

Interface to the Page context.

This interface is exposed to the PageRuntimeDataProviders to retrieve information about the page context to calculate the runtime information.

Since:
4.2.0

Method Summary
 PageConfig getPageConfig()
          Returns the current page configuration.
 HttpServletRequest getRequest()
          Returns the current HTTPServletRequest object.
 boolean isPreviewModeEnabled()
          Returns if the user is in preview mode or not.
 

Method Detail

getPageConfig

PageConfig getPageConfig()
Returns the current page configuration.

Returns:
the page configuration.
Since:
4.2.0

getRequest

HttpServletRequest getRequest()
Returns the current HTTPServletRequest object.

Returns:
the current HTTPServletRequest object.
Since:
4.2.0

isPreviewModeEnabled

boolean isPreviewModeEnabled()
Returns if the user is in preview mode or not.

Returns:
the preview mode of the user.
Since:
4.2.0


Lumisportal  4.2.1.080903 - Copyright � 2001-2007, Lumis. All Rights Reserved.