Interface IPortalAdministrationPageRenderer
-
- All Superinterfaces:
IPageRenderer
public interface IPortalAdministrationPageRenderer extends IPageRenderer
Provides methods for rendering page HTML fragments and obtaining information necessary for processing the layout, when the page is rendered within the Portal Studio.- Since:
- 6.0.0
- Version:
- $Revision: 15382 $ $Date: 2013-05-23 19:04:46 -0300 (Thu, 23 May 2013) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSafeMode()
Indicates whether the rendering safe mode is enabled.-
Methods inherited from interface lumis.portal.presentation.core.IPageRenderer
evaluateEL, getDataPreviewMode, getExecutedProcessActionServiceInterfaceInstanceId, getMarkupCacheKey, getMarkupResourceStreamProvider, getMultiPartFormParameters, getMultiPartFormServiceInterfaceInstance, getParameters, getPreviousParametersXmlString, getRenderRequest, getReplaceInterfacesStorage, getRootChannelId, getWebResource
-
-