Uses of Class
org.onehippo.forge.pageflow.core.PageFlowException
Packages that use PageFlowException
Package
Description
The core APIs of Page Flow Definitions.
The Implementation for core APIs of Page Flow Definitions.
The core APIs of Page Flow Runtime.
The Implementation for core APIs of Page Flow Runtime.
JCR and HST based Page Flow Definition implementation package.
HstSiteMapItemHandler implementation(s) to integrate an HST based web application with Page Flow Module.-
Uses of PageFlowException in org.onehippo.forge.pageflow.core.def
Methods in org.onehippo.forge.pageflow.core.def that throw PageFlowExceptionModifier and TypeMethodDescriptionvoidPageFlowDefinitionRegistry.clearPageFlowDefinitions()Clear all the registeredPageFlowDefinitions in the registry.PageFlowDefinitionRegistry.getPageFlowDefinition(String flowId) Retrieve thePageFlowDefinitionby the identifier (flowId).voidPageFlowDefinitionRegistry.removePageFlowDefinition(String flowId) Remove thePageFlowDefinitionby the identifier (flowId) of thePageFlowDefinition.voidPageFlowDefinitionRegistry.removePageFlowDefinitionByUuid(String uuid) Remove thePageFlowDefinitionby the optionaluuidof thePageFlowDefinition. -
Uses of PageFlowException in org.onehippo.forge.pageflow.core.def.impl
Methods in org.onehippo.forge.pageflow.core.def.impl that throw PageFlowExceptionModifier and TypeMethodDescriptionvoidMapPageFlowDefinitionRegistry.addPageFlowDefinition(PageFlowDefinition pageFlowDef) voidMapPageFlowDefinitionRegistry.clearPageFlowDefinitions()MapPageFlowDefinitionRegistry.getPageFlowDefinition(String flowId) voidMapPageFlowDefinitionRegistry.removePageFlowDefinition(String flowId) voidMapPageFlowDefinitionRegistry.removePageFlowDefinitionByUuid(String uuid) -
Uses of PageFlowException in org.onehippo.forge.pageflow.core.rt
Methods in org.onehippo.forge.pageflow.core.rt that throw PageFlowExceptionModifier and TypeMethodDescriptionvoidDefaultPageFlowControl.completePageFlow(jakarta.servlet.http.HttpServletRequest request, PageFlow pageFlow) voidPageFlowControl.completePageFlow(jakarta.servlet.http.HttpServletRequest request, PageFlow pageFlow) PageFlowFactory.createPageFlow(jakarta.servlet.http.HttpServletRequest request, PageFlowDefinition pageFlowDef) Create aPageFlowinstance byPageFlowDefinition.PageFlow.getAttribute(String name) Find and return the attribute model object of thisPageFlowby thename.PageFlow.getAttributeMap()Return an unmodifiable attributes map of thisPageFlow.DefaultPageFlowControl.getPageFlow(jakarta.servlet.http.HttpServletRequest request) protected PageFlowDefaultPageFlowControl.getPageFlow(jakarta.servlet.http.HttpServletRequest request, String flowId) PageFlowControl.getPageFlow(jakarta.servlet.http.HttpServletRequest request) PageFlowStore.getPageFlow(jakarta.servlet.http.HttpServletRequest request, String flowId) PageFlow.getPageState()Return the currentPageStateinstance in thePageFlow.PageFlow.getPageStates()Return an unmodifiable list of thePageStateof thisPageFlow.booleanPageFlow.isComplete()Return true if thisPageFlowinstance is completed.booleanPageFlowStore.removePageFlow(jakarta.servlet.http.HttpServletRequest request, String flowId) Remove the associatedpageFlowfrom the backend storage by theflowId.voidSend an event to thePageFlow, which might cause a Page Transition as a result.voidDefaultPageFlowControl.sendRedirect(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, PageState pageState) voidPageFlowControl.sendRedirect(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, PageState pageState) voidPageFlow.setAttribute(String name, Object model) Set the attribute by thenameon thisPageFlow.voidPageFlow.start()Start thisPageFlowinstance.voidPageFlow.stop()Stop thisPageFlowinstance.booleanPageFlowStore.storePageFlow(jakarta.servlet.http.HttpServletRequest request, String flowId, PageFlow pageFlow) Store thepageFlowinto the backend storage by theflowId. -
Uses of PageFlowException in org.onehippo.forge.pageflow.core.rt.impl
Methods in org.onehippo.forge.pageflow.core.rt.impl that throw PageFlowExceptionModifier and TypeMethodDescriptionDefaultPageFlowFactory.createPageFlow(jakarta.servlet.http.HttpServletRequest request, PageFlowDefinition pageFlowDef) DefaultPageFlow.getAttribute(String name) DefaultPageFlow.getAttributeMap()HttpSessionPageFlowStore.getPageFlow(jakarta.servlet.http.HttpServletRequest request, String flowId) DefaultPageFlow.getPageState()DefaultPageFlow.getPageStates()booleanDefaultPageFlow.isComplete()booleanHttpSessionPageFlowStore.removePageFlow(jakarta.servlet.http.HttpServletRequest request, String flowId) voidvoidDefaultPageFlow.setAttribute(String name, Object model) voidDefaultPageFlow.start()voidDefaultPageFlow.stop()booleanHttpSessionPageFlowStore.storePageFlow(jakarta.servlet.http.HttpServletRequest request, String flowId, PageFlow pageFlow) -
Uses of PageFlowException in org.onehippo.forge.pageflow.hst.def.impl
Methods in org.onehippo.forge.pageflow.hst.def.impl that throw PageFlowExceptionModifier and TypeMethodDescriptionRepositoryMapPageFlowDefinitionRegistry.getPageFlowDefinition(String flowId) -
Uses of PageFlowException in org.onehippo.forge.pageflow.hst.sitemapitemhandler
Methods in org.onehippo.forge.pageflow.hst.sitemapitemhandler that throw PageFlowExceptionModifier and TypeMethodDescriptionvoidDefaultHstPageFlowControl.sendRedirect(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, PageState pageState)