|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPageRenderer
Provides methods for rendering page HTML fragments and obtaining information necessary for processing the layout.
Method Summary | |
---|---|
CharSequence |
evaluateEL(String expression)
Evaluates an EL expression. |
PresentationControllerHtml.DataPreviewMode |
getDataPreviewMode()
Returns the mode of the portal when the page is required. |
String |
getExecutedProcessActionServiceInterfaceInstanceId()
Returns the service interface instance identifier of the service interface instance target of the process action. |
String |
getMarkupCacheKey(LayoutFilePage layoutFilePage)
Returns the key used for caching the markup used to render the page. |
org.apache.wicket.markup.IMarkupResourceStreamProvider |
getMarkupResourceStreamProvider(LayoutFilePage layoutFilePage)
Returns the provider for the markup resource stream to be used to render the page. |
Map<String,String[]> |
getMultiPartFormParameters()
Returns the multi part form parameters, usually present in file uploads requests. |
String |
getMultiPartFormServiceInterfaceInstance()
Returns the service interface instance identifier of the service interface instance source of multi part form parameters . |
PortalRequestParameters |
getParameters()
Returns the parameters . |
String |
getPreviousParametersXmlString()
Returns the existing previous parameters as XML string when a page is requested. |
Map<String,String> |
getReplacementInterfaces()
Returns the replacement interfaces map. |
String |
getRootChannelId()
Returns the root channel Id of the page to render. |
PageWebResource |
getWebResource()
|
Method Detail |
---|
CharSequence evaluateEL(String expression)
expression
- the expression.
String getRootChannelId()
PresentationControllerHtml.DataPreviewMode getDataPreviewMode()
String getPreviousParametersXmlString()
PortalRequestParameters getParameters()
parameters
.
Map<String,String[]> getMultiPartFormParameters()
String getMultiPartFormServiceInterfaceInstance()
multi part form parameters
.
multi part form parameters
.String getExecutedProcessActionServiceInterfaceInstanceId()
PageWebResource getWebResource()
org.apache.wicket.markup.IMarkupResourceStreamProvider getMarkupResourceStreamProvider(LayoutFilePage layoutFilePage)
String getMarkupCacheKey(LayoutFilePage layoutFilePage)
IMarkupCacheKeyProvider
Map<String,String> getReplacementInterfaces()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |