| java.lang.Object de.schlund.pfixcore.workflow.context.RequestContextImpl
RequestContextImpl | public class RequestContextImpl implements Cloneable,AuthorizationInterceptor(Code) | | Implementation of the request part of the context used by ContextXMLServlet,
DirectOutputServlet and WebServiceServlet. This class should never be directly
used by application developers.
author: Sebastian Marsching |
finalPageIsRunning | public boolean finalPageIsRunning()(Code) | | |
flowIsRunning | public boolean flowIsRunning()(Code) | | |
forceStopAtNextStep | public void forceStopAtNextStep(boolean forcestop)(Code) | | |
getPropertiesForCurrentPageRequest | public Properties getPropertiesForCurrentPageRequest()(Code) | | |
isCurrentPageFlowRequestedByUser | public boolean isCurrentPageFlowRequestedByUser()(Code) | | |
isCurrentPageRequestInCurrentFlow | public boolean isCurrentPageRequestInCurrentFlow()(Code) | | |
isJumpToPageFlowSet | public boolean isJumpToPageFlowSet()(Code) | | |
isJumpToPageSet | public boolean isJumpToPageSet()(Code) | | |
isProhibitContinue | public boolean isProhibitContinue()(Code) | | |
isProhibitContinueSet | public boolean isProhibitContinueSet()(Code) | | |
jumpToPageIsRunning | public boolean jumpToPageIsRunning()(Code) | | |
prohibitContinue | public void prohibitContinue()(Code) | | |
setCurrentPageFlow | public void setCurrentPageFlow(String pageflow)(Code) | | |
setJumpToPage | public void setJumpToPage(String pagename)(Code) | | |
setJumpToPageFlow | public void setJumpToPageFlow(String pageflow)(Code) | | |
setVariantForThisRequestOnly | public void setVariantForThisRequestOnly(Variant variant)(Code) | | |
stateMustSupplyFullDocument | public boolean stateMustSupplyFullDocument()(Code) | | |
|
|