Uses of Class
org.onehippo.forge.pageflow.core.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
Modifier and TypeMethodDescriptionvoid
PageFlowDefinitionRegistry.clearPageFlowDefinitions()
Clear all the registeredPageFlowDefinition
s in the registry.PageFlowDefinitionRegistry.getPageFlowDefinition
(String flowId) Retrieve thePageFlowDefinition
by the identifier (flowId
).void
PageFlowDefinitionRegistry.removePageFlowDefinition
(String flowId) Remove thePageFlowDefinition
by the identifier (flowId
) of thePageFlowDefinition
.void
PageFlowDefinitionRegistry.removePageFlowDefinitionByUuid
(String uuid) Remove thePageFlowDefinition
by the optionaluuid
of thePageFlowDefinition
. -
Uses of PageFlowException in org.onehippo.forge.pageflow.core.def.impl
Modifier and TypeMethodDescriptionvoid
MapPageFlowDefinitionRegistry.addPageFlowDefinition
(PageFlowDefinition pageFlowDef) void
MapPageFlowDefinitionRegistry.clearPageFlowDefinitions()
MapPageFlowDefinitionRegistry.getPageFlowDefinition
(String flowId) void
MapPageFlowDefinitionRegistry.removePageFlowDefinition
(String flowId) void
MapPageFlowDefinitionRegistry.removePageFlowDefinitionByUuid
(String uuid) -
Uses of PageFlowException in org.onehippo.forge.pageflow.core.rt
Modifier and TypeMethodDescriptionvoid
DefaultPageFlowControl.completePageFlow
(jakarta.servlet.http.HttpServletRequest request, PageFlow pageFlow) void
PageFlowControl.completePageFlow
(jakarta.servlet.http.HttpServletRequest request, PageFlow pageFlow) PageFlowFactory.createPageFlow
(jakarta.servlet.http.HttpServletRequest request, PageFlowDefinition pageFlowDef) Create aPageFlow
instance byPageFlowDefinition
.PageFlow.getAttribute
(String name) Find and return the attribute model object of thisPageFlow
by thename
.PageFlow.getAttributeMap()
Return an unmodifiable attributes map of thisPageFlow
.DefaultPageFlowControl.getPageFlow
(jakarta.servlet.http.HttpServletRequest request) protected PageFlow
DefaultPageFlowControl.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 currentPageState
instance in thePageFlow
.PageFlow.getPageStates()
Return an unmodifiable list of thePageState
of thisPageFlow
.boolean
PageFlow.isComplete()
Return true if thisPageFlow
instance is completed.boolean
PageFlowStore.removePageFlow
(jakarta.servlet.http.HttpServletRequest request, String flowId) Remove the associatedpageFlow
from the backend storage by theflowId
.void
Send an event to thePageFlow
, which might cause a Page Transition as a result.void
DefaultPageFlowControl.sendRedirect
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, PageState pageState) void
PageFlowControl.sendRedirect
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, PageState pageState) void
PageFlow.setAttribute
(String name, Object model) Set the attribute by thename
on thisPageFlow
.void
PageFlow.start()
Start thisPageFlow
instance.void
PageFlow.stop()
Stop thisPageFlow
instance.boolean
PageFlowStore.storePageFlow
(jakarta.servlet.http.HttpServletRequest request, String flowId, PageFlow pageFlow) Store thepageFlow
into the backend storage by theflowId
. -
Uses of PageFlowException in org.onehippo.forge.pageflow.core.rt.impl
Modifier 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()
boolean
DefaultPageFlow.isComplete()
boolean
HttpSessionPageFlowStore.removePageFlow
(jakarta.servlet.http.HttpServletRequest request, String flowId) void
void
DefaultPageFlow.setAttribute
(String name, Object model) void
DefaultPageFlow.start()
void
DefaultPageFlow.stop()
boolean
HttpSessionPageFlowStore.storePageFlow
(jakarta.servlet.http.HttpServletRequest request, String flowId, PageFlow pageFlow) -
Uses of PageFlowException in org.onehippo.forge.pageflow.hst.def.impl
Modifier and TypeMethodDescriptionRepositoryMapPageFlowDefinitionRegistry.getPageFlowDefinition
(String flowId) -
Uses of PageFlowException in org.onehippo.forge.pageflow.hst.sitemapitemhandler
Modifier and TypeMethodDescriptionvoid
DefaultHstPageFlowControl.sendRedirect
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, PageState pageState)