com.sap.portal.httpconnectivity.transformationservice
Interface IPageContextHolder
- All Known Implementing Classes:
- EPSAXDefaultHandler
- public interface IPageContextHolder
Provide for holders of the page context in the transformation service
|
Method Summary |
com.sapportals.htmlb.rendering.IPageContext |
getPageContext()
Get the page context in this holder |
void |
setPageContext(com.sapportals.htmlb.rendering.IPageContext context)
Set the page context to the holder |
getPageContext
public com.sapportals.htmlb.rendering.IPageContext getPageContext()
- Get the page context in this holder
- Returns:
- the page context in this holder
setPageContext
public void setPageContext(com.sapportals.htmlb.rendering.IPageContext context)
- Set the page context to the holder
- Parameters:
context - the current page context to hold