A B E F G H I J L N O P R S V

A

addAttribute(String) - Method in class org.ploin.web.flow.Flow
 
addErrorMessage(String, String, String[]) - Method in class org.ploin.web.faces.BaseMessages
 
addErrorMessage(String) - Method in class org.ploin.web.faces.BaseMessages
 
addErrorMessageText(String) - Method in class org.ploin.web.faces.BaseMessages
 
addErrorMessageText(String, String) - Method in class org.ploin.web.faces.BaseMessages
 
addExcludeAuthority(String) - Method in class org.ploin.web.flow.Flow
 
addFatalMessage(String, String, String[]) - Method in class org.ploin.web.faces.BaseMessages
 
addFatalMessage(String) - Method in class org.ploin.web.faces.BaseMessages
 
addFatalMessageText(String) - Method in class org.ploin.web.faces.BaseMessages
 
addFatalMessageText(String, String) - Method in class org.ploin.web.faces.BaseMessages
 
addHTMLMessage(FacesMessage.Severity, String, String) - Method in class org.ploin.web.faces.BaseMessages
 
addHTMLMessageFromBundle(FacesMessage.Severity, String) - Method in class org.ploin.web.faces.BaseMessages
This method adds a message to the application context.
addHTMLMessageFromBundle(String, FacesMessage.Severity, String) - Method in class org.ploin.web.faces.BaseMessages
This method adds a message to the application context.
addHTMLMessageFromBundle(FacesMessage.Severity, String, String[]) - Method in class org.ploin.web.faces.BaseMessages
With this method you can parametrize your message-values.
addHTMLMessageFromBundle(String, FacesMessage.Severity, String, String[]) - Method in class org.ploin.web.faces.BaseMessages
With this method you can parametrize your message-values.
addIgnoreView(String) - Method in class org.ploin.web.flow.Flow
 
addIncludeAuthority(String) - Method in class org.ploin.web.flow.Flow
 
addInfoMessage(String, String, String[]) - Method in class org.ploin.web.faces.BaseMessages
 
addInfoMessage(String) - Method in class org.ploin.web.faces.BaseMessages
 
addInfoMessageText(String) - Method in class org.ploin.web.faces.BaseMessages
 
addInfoMessageText(String, String) - Method in class org.ploin.web.faces.BaseMessages
 
addSubFlow(String) - Method in class org.ploin.web.flow.Flow
 
addView(String) - Method in class org.ploin.web.flow.Flow
 
addWarnMessage(String, String, String[]) - Method in class org.ploin.web.faces.BaseMessages
 
addWarnMessage(String) - Method in class org.ploin.web.faces.BaseMessages
 
addWarnMessageText(String) - Method in class org.ploin.web.faces.BaseMessages
 
addWarnMessageText(String, String) - Method in class org.ploin.web.faces.BaseMessages
 
afterPhase(PhaseEvent) - Method in class org.ploin.web.faces.phaselistener.BlockSaveListener
 
afterPhase(PhaseEvent) - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener01
 
afterPhase(PhaseEvent) - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener02
 
afterPhase(PhaseEvent) - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener03
 
afterPhase(PhaseEvent) - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener04
 
afterPhase(PhaseEvent) - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener05
 
afterPhase(PhaseEvent) - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener06
after phase 6 the framework checks if you leave a flow.
attributeContains(String) - Method in class org.ploin.web.flow.Flow
 

B

BackNavigationHandler - Class in org.ploin.web.faces.core
This Class handle the navigation

$LastChangedBy: r.reiz $
$Revision: 126 $
$Date: 2010-05-22 18:46:29 +0200 (Sat, 22 May 2010) $

BackNavigationHandler() - Constructor for class org.ploin.web.faces.core.BackNavigationHandler
 
Base - Class in org.ploin.web.faces
$LastChangedBy: r.reiz $
$Revision: 84 $
$Date: 2009-11-12 15:18:32 +0100 (Thu, 12 Nov 2009) $

Created by: robert Created date: Nov 11, 2009 - 10:46:45 PM

Description:

Base() - Constructor for class org.ploin.web.faces.Base
 
BaseBean - Class in org.ploin.web.faces
The BaseBean should extend all your ManagedBeans or your own BaseBean.
BaseBean() - Constructor for class org.ploin.web.faces.BaseBean
 
BaseMessages - Class in org.ploin.web.faces
$LastChangedBy: r.reiz $
$Revision: 113 $
$Date: 2010-03-18 12:53:04 +0100 (Thu, 18 Mar 2010) $

Created by: robert Created date: Nov 11, 2009 - 10:37:34 PM

Description:

BaseMessages() - Constructor for class org.ploin.web.faces.BaseMessages
 
beforePhase(PhaseEvent) - Method in class org.ploin.web.faces.phaselistener.BlockSaveListener
 
beforePhase(PhaseEvent) - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener01
Before phase1 the framework look for "ploinFlows" in the application scope.
beforePhase(PhaseEvent) - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener02
 
beforePhase(PhaseEvent) - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener03
 
beforePhase(PhaseEvent) - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener04
 
beforePhase(PhaseEvent) - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener05
 
beforePhase(PhaseEvent) - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener06
before phase 6 the framework looks for authoritys.
BlockSaveListener - Class in org.ploin.web.faces.phaselistener
This is a workarround for a security leck in IceFaces 1.7.2 and IceFaces 1.8
With the "block" servlet it is possible to fetch files under WEB-INF.
BlockSaveListener() - Constructor for class org.ploin.web.faces.phaselistener.BlockSaveListener
 

E

EmailValidator - Class in org.ploin.web.faces.validator

$LastChangedBy: r.reiz $
$Revision: 91 $
$Date: 2010-01-18 22:26:53 +0100 (Mon, 18 Jan 2010) $

EmailValidator() - Constructor for class org.ploin.web.faces.validator.EmailValidator
 
equals(Object) - Method in class org.ploin.web.flow.Flow
 
excludeContains(String) - Method in class org.ploin.web.flow.Flow
 

F

Flow - Class in org.ploin.web.flow
$LastChangedBy: r.reiz $
$Revision: 91 $
$Date: 2010-01-18 22:26:53 +0100 (Mon, 18 Jan 2010) $
Flow() - Constructor for class org.ploin.web.flow.Flow
 
FlowControl - Class in org.ploin.web.flow
$LastChangedBy: r.reiz $
$Revision: 105 $
$Date: 2010-03-17 15:40:49 +0100 (Wed, 17 Mar 2010) $
FlowControl() - Constructor for class org.ploin.web.flow.FlowControl
 

G

generateID() - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener01
 
getAccessDeniedPage() - Method in class org.ploin.web.flow.Flow
 
getAfterFlowAction() - Method in class org.ploin.web.flow.Flow
 
getAfterLifecycleAction() - Method in class org.ploin.web.flow.Flow
 
getApplication() - Static method in class org.ploin.web.faces.Base
This method returns a instance of the application.
getApplicationMap() - Static method in class org.ploin.web.faces.BaseBean
This method rerturns the ApplicationMap, containing some parameters.
getAppName() - Method in class org.ploin.web.flow.Flow
 
getAttributes() - Method in class org.ploin.web.flow.Flow
 
getAuthoritySource() - Method in class org.ploin.web.flow.Flow
 
getBeforeFlowAction() - Method in class org.ploin.web.flow.Flow
 
getBeforeLifecycleAction() - Method in class org.ploin.web.flow.Flow
 
getCurrentDefaultLifecycleInstance() - Method in class org.ploin.web.faces.BaseBean
Returns the current LifecycleInstance of the Application.
getCurrentPhaseId() - Static method in class org.ploin.web.faces.BaseBean
Returns the current PhaseId as Integer.
getDetailSuffix() - Method in class org.ploin.web.faces.BaseMessages
 
getDisableUrlNavigation() - Method in class org.ploin.web.flow.Flow
 
getExcludeAuthoritys() - Method in class org.ploin.web.flow.Flow
 
getF() - Method in class org.ploin.web.faces.phaselistener.BlockSaveListener
 
getF() - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener01
 
getF() - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener03
 
getF() - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener04
 
getF() - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener05
 
getFacesContext() - Static method in class org.ploin.web.faces.Base
This method returns the current instance of the faces context.
getFacesContextTest() - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener02
 
getFacesContextTest() - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener06
 
getFlowById(String, List<Flow>) - Method in class org.ploin.web.flow.FlowControl
 
getFlowId() - Method in class org.ploin.web.flow.Flow
 
getFlowIdForViewInFlowPath(List<Flow>, Set<String>, String) - Method in class org.ploin.web.flow.FlowControl
 
getFlowPath(HttpSession) - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener06
 
getFromViewId() - Static method in class org.ploin.web.faces.BaseBean
Return the viewId from where the request is comming.
getIgnoreViews() - Method in class org.ploin.web.flow.Flow
 
getIncludeAuthoritys() - Method in class org.ploin.web.flow.Flow
 
getIntegerFromRequestMap(String) - Method in class org.ploin.web.faces.BaseBean
This method looks for a value in the requestMap with the given key, convert it to Integer and return the Integer value.
getLifecycleId() - Static method in class org.ploin.web.faces.BaseBean
Return the lifecycleId, which is generated by ploinFaces.
getLocale() - Method in class org.ploin.web.faces.Base
This method returns the locale from the viewRoot.
getLocale() - Method in class org.ploin.web.faces.validator.PloinJsfValidator
 
getLongFromRequestMap(String) - Method in class org.ploin.web.faces.BaseBean
This method looks for a value in the requestMap with the given key, convert it to Long and return the Long value.
getPhaseId() - Method in class org.ploin.web.faces.phaselistener.BlockSaveListener
 
getPhaseId() - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener01
 
getPhaseId() - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener02
 
getPhaseId() - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener03
 
getPhaseId() - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener04
 
getPhaseId() - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener05
 
getPhaseId() - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener06
 
getRequest() - Static method in class org.ploin.web.faces.BaseBean
This methode returns the HttpServlet Object
getRequestMap() - Static method in class org.ploin.web.faces.BaseBean
Returns the Parameter-Map from the Request.
getResourceBundle() - Method in class org.ploin.web.faces.Base
This method returns a instance of application's default resource bundle.
getResponse() - Static method in class org.ploin.web.faces.BaseBean
This methode returns the HttpServlet Response
getSession() - Static method in class org.ploin.web.faces.BaseBean
This methode returns the HttpSession object
getStringFromRequestMap(String) - Method in class org.ploin.web.faces.BaseBean
This method looks for a value in the requestMap with the given key, and return the String value.
getStringFromResourceBundle(String) - Method in class org.ploin.web.faces.BaseMessages
This method returns a value from the default resource bundle.
getStringFromResourceBundle(String, String[]) - Method in class org.ploin.web.faces.BaseMessages
With this method you can parametrize your message-values.
getStringFromResourceBundleDetail(String) - Method in class org.ploin.web.faces.BaseMessages
This methode cocatinate the given key with "Detail".
getStringFromResourceBundleDetail(String, String[]) - Method in class org.ploin.web.faces.BaseMessages
With this method you can parametrize your message-values.
getStringFromResourceBundleSummary(String) - Method in class org.ploin.web.faces.BaseMessages
This methode cocatinate the given key with "Summary".
getStringFromResourceBundleSummary(String, String[]) - Method in class org.ploin.web.faces.BaseMessages
This methode cocatinate the given key with "Summary".
getSubFlows() - Method in class org.ploin.web.flow.Flow
 
getSummarySuffix() - Method in class org.ploin.web.faces.BaseMessages
 
getValue(Object) - Method in class org.ploin.web.faces.validator.NumberValidator
 
getValueFromApplicationMap(Object) - Static method in class org.ploin.web.faces.BaseBean
This method fetch a value from the ApplicationMap with the given key.
getViewRoot() - Method in class org.ploin.web.faces.Base
This method returns the viewRoot from the currentInstance of the FacesContext
getViewRootId() - Method in class org.ploin.web.faces.Base
Returns the actual ID of the ViewRoot.
getViews() - Method in class org.ploin.web.flow.Flow
 

H

handleNavigation(FacesContext, String, String) - Method in class org.ploin.web.faces.core.BackNavigationHandler
 
hashCode() - Method in class org.ploin.web.flow.Flow
 
HtmlKicker - Class in org.ploin.web.faces.validator

$LastChangedBy: r.reiz $
$Revision: 91 $
$Date: 2010-01-18 22:26:53 +0100 (Mon, 18 Jan 2010) $

HtmlKicker() - Constructor for class org.ploin.web.faces.validator.HtmlKicker
 

I

includeContains(String) - Method in class org.ploin.web.flow.Flow
 
isLeavingFlow(Set<String>, String, String) - Method in class org.ploin.web.flow.FlowControl
 
isListenerForSource(Object) - Method in class org.ploin.web.faces.core.PhaseListenerInstallationListener
 
isStayInFlow(Set<String>, String, String) - Method in class org.ploin.web.flow.FlowControl
 
isViewInFlowPath(List<Flow>, Set<String>, String) - Method in class org.ploin.web.flow.FlowControl
 
isViewInFlowPathPeek(List<Flow>, String, String) - Method in class org.ploin.web.flow.FlowControl
 
isViewInSet(Set<String>, String) - Method in class org.ploin.web.flow.FlowControl
This methode check if a given "view" is in the given set of viewIds.
isViewInSubFlows(List<Flow>, Flow, String) - Method in class org.ploin.web.flow.FlowControl
This methode checks if the goToViewId is is a subFlow

J

JSF_PHASE - Static variable in class org.ploin.web.flow.FlowControl
 
JsfPhaseListener01 - Class in org.ploin.web.faces.phaselistener
PhaseListener for Phase 1.
JsfPhaseListener01() - Constructor for class org.ploin.web.faces.phaselistener.JsfPhaseListener01
 
JsfPhaseListener02 - Class in org.ploin.web.faces.phaselistener
* PhaseListener for Phase 2.
JsfPhaseListener02() - Constructor for class org.ploin.web.faces.phaselistener.JsfPhaseListener02
 
JsfPhaseListener03 - Class in org.ploin.web.faces.phaselistener
PhaseListener for Phase 3.
JsfPhaseListener03() - Constructor for class org.ploin.web.faces.phaselistener.JsfPhaseListener03
 
JsfPhaseListener04 - Class in org.ploin.web.faces.phaselistener
PhaseListener for Phase 4.
JsfPhaseListener04() - Constructor for class org.ploin.web.faces.phaselistener.JsfPhaseListener04
 
JsfPhaseListener05 - Class in org.ploin.web.faces.phaselistener
PhaseListener for Phase 5.
JsfPhaseListener05() - Constructor for class org.ploin.web.faces.phaselistener.JsfPhaseListener05
 
JsfPhaseListener06 - Class in org.ploin.web.faces.phaselistener
PhaseListener for Phase 6.
JsfPhaseListener06() - Constructor for class org.ploin.web.faces.phaselistener.JsfPhaseListener06
 

L

leaveFlow(List<Flow>, String, FacesContext, HttpSession) - Method in class org.ploin.web.flow.FlowControl
 
leaveFlow(Flow, FacesContext, HttpSession) - Method in class org.ploin.web.flow.FlowControl
 
LIFECYCLE_ID - Static variable in class org.ploin.web.flow.FlowControl
 
logTime(Long) - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener06
 

N

NumberOnlyValidator - Class in org.ploin.web.faces.validator

$LastChangedBy: r.reiz $
$Revision: 91 $
$Date: 2010-01-18 22:26:53 +0100 (Mon, 18 Jan 2010) $

NumberOnlyValidator() - Constructor for class org.ploin.web.faces.validator.NumberOnlyValidator
 
NumberValidator - Class in org.ploin.web.faces.validator

$LastChangedBy: r.reiz $
$Revision: 91 $
$Date: 2010-01-18 22:26:53 +0100 (Mon, 18 Jan 2010) $
Created by: Robert Reiz Created date: Mar 5, 2009 / 10:16:27 AM

NumberValidator() - Constructor for class org.ploin.web.faces.validator.NumberValidator
 

O

org.ploin.web.faces - package org.ploin.web.faces
Here you can find the BaseBean.
org.ploin.web.faces.core - package org.ploin.web.faces.core
Here you can find some JSF-Core-Classes we have extend.
org.ploin.web.faces.phaselistener - package org.ploin.web.faces.phaselistener
Her you can find the JsfPahseListener, used for logging and other suff.
org.ploin.web.faces.validator - package org.ploin.web.faces.validator
This Package containes the validators (htmlKicker, emailValidator, ...).
org.ploin.web.flow - package org.ploin.web.flow
This Package containes the Flow-Logic and the Flow-Bean.

P

PhaseListenerInstallationListener - Class in org.ploin.web.faces.core
$LastChangedBy: robert $
$Revision: 1 $
$Date: Jan 10, 2010 $

Created by: robert Created date: Jan 10, 2010 - 11:26:43 AM

Description:

PhaseListenerInstallationListener() - Constructor for class org.ploin.web.faces.core.PhaseListenerInstallationListener
 
PLOIN_FACES_FLOW_PATH - Static variable in class org.ploin.web.flow.FlowControl
 
PLOIN_FACES_FROM_VIEW_ID - Static variable in class org.ploin.web.flow.FlowControl
 
PLOIN_FACES_TIME - Static variable in class org.ploin.web.flow.FlowControl
 
PLOIN_FLOWS - Static variable in class org.ploin.web.flow.FlowControl
 
PLOIN_PLOIN - Static variable in class org.ploin.web.flow.FlowControl
 
PloinJsfValidator - Class in org.ploin.web.faces.validator

$LastChangedBy: r.reiz $
$Revision: 91 $
$Date: 2010-01-18 22:26:53 +0100 (Mon, 18 Jan 2010) $
Created by: Robert Reiz Created date: May 27, 2009 / 5:06:13 PM

PloinJsfValidator() - Constructor for class org.ploin.web.faces.validator.PloinJsfValidator
 
PlzValidator - Class in org.ploin.web.faces.validator
$LastChangedBy: r.reiz $
$Revision: 91 $
$Date: 2010-01-18 22:26:53 +0100 (Mon, 18 Jan 2010) $
PlzValidator() - Constructor for class org.ploin.web.faces.validator.PlzValidator
 
processEvent(SystemEvent) - Method in class org.ploin.web.faces.core.PhaseListenerInstallationListener
 
processLeavingFlow(FacesContext, HttpSession, List<Flow>, Flow, String, String) - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener06
 

R

readFlows() - Method in class org.ploin.web.flow.FlowControl
This method read the "ploinFlows.xml" and build an object-graph.
removeFlow(String) - Method in class org.ploin.web.faces.BaseBean
removes all attributes/ManagedBeans containing to the flow from the session

S

setAccessDeniedPage(String) - Method in class org.ploin.web.flow.Flow
 
setAfterFlowAction(String) - Method in class org.ploin.web.flow.Flow
 
setAfterLifecycleAction(String) - Method in class org.ploin.web.flow.Flow
 
setAppName(String) - Method in class org.ploin.web.flow.Flow
 
setAttributes(Set<String>) - Method in class org.ploin.web.flow.Flow
 
setAuthoritySource(String) - Method in class org.ploin.web.flow.Flow
 
setBeforeFlowAction(String) - Method in class org.ploin.web.flow.Flow
 
setBeforeLifecycleAction(String) - Method in class org.ploin.web.flow.Flow
 
setDetailSuffix(String) - Method in class org.ploin.web.faces.BaseMessages
 
setDisableUrlNavigation(Boolean) - Method in class org.ploin.web.flow.Flow
 
setExcludeAuthoritys(Set<String>) - Method in class org.ploin.web.flow.Flow
 
setF(FacesContext) - Method in class org.ploin.web.faces.phaselistener.BlockSaveListener
 
setF(FacesContext) - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener01
 
setF(FacesContext) - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener03
 
setF(FacesContext) - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener04
 
setF(FacesContext) - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener05
 
setFacesContextTest(FacesContext) - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener02
 
setFacesContextTest(FacesContext) - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener06
 
setFlowId(String) - Method in class org.ploin.web.flow.Flow
 
setIgnoreViews(Set<String>) - Method in class org.ploin.web.flow.Flow
 
setIncludeAuthoritys(Set<String>) - Method in class org.ploin.web.flow.Flow
 
setLifecycle(Lifecycle) - Method in class org.ploin.web.faces.BaseBean
Set the lifecycle.
setLocale(Locale) - Method in class org.ploin.web.faces.Base
set the locale in the viewRoot.
setSubFlows(Set<String>) - Method in class org.ploin.web.flow.Flow
 
setSummarySuffix(String) - Method in class org.ploin.web.faces.BaseMessages
 
setViews(Set<String>) - Method in class org.ploin.web.flow.Flow
 
stayInFlow(Flow, FacesContext) - Method in class org.ploin.web.faces.phaselistener.JsfPhaseListener06
 

V

validate(FacesContext, UIComponent, Object) - Method in class org.ploin.web.faces.validator.EmailValidator
 
validate(FacesContext, UIComponent, Object) - Method in class org.ploin.web.faces.validator.HtmlKicker
 
validate(FacesContext, UIComponent, Object) - Method in class org.ploin.web.faces.validator.NumberOnlyValidator
 
validate(FacesContext, UIComponent, Object) - Method in class org.ploin.web.faces.validator.PlzValidator
 
viewContains(String) - Method in class org.ploin.web.flow.Flow
 

A B E F G H I J L N O P R S V

Copyright © 2012 PLOIN GmbH. All Rights Reserved.