rewrite-integration-faces 2.0.0.Alpha3
A B C D E F G H I N O P Q R S T U V W

A

after(PhaseId...) - Method in class org.ocpsoft.rewrite.faces.config.PhaseBinding
Perform this PhaseBinding after the given phases (Except PhaseId.RENDER_RESPONSE).
after(PhaseId...) - Method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
Perform this PhaseOperation after the given phases (Except PhaseId.RENDER_RESPONSE).
afterInboundLifecycle(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.faces.FacesRewriteLifecycleListener
 
afterInboundRewrite(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.faces.FacesRewriteLifecycleListener
 
afterOutboundRewrite(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.faces.FacesRewriteLifecycleListener
 
afterPhase(PhaseEvent) - Method in class org.ocpsoft.rewrite.faces.RewritePhaseListener
 

B

before(PhaseId...) - Method in class org.ocpsoft.rewrite.faces.config.PhaseBinding
Perform this PhaseBinding before the given phases (Except PhaseId.RESTORE_VIEW).
before(PhaseId...) - Method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
Perform this PhaseOperation before the given phases (Except PhaseId.RESTORE_VIEW).
beforeInboundLifecycle(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.faces.FacesRewriteLifecycleListener
 
beforeInboundRewrite(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.faces.FacesRewriteLifecycleListener
 
beforeOutboundRewrite(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.faces.FacesRewriteLifecycleListener
 
beforePhase(PhaseEvent) - Method in class org.ocpsoft.rewrite.faces.RewritePhaseListener
 
build() - Method in class org.ocpsoft.rewrite.faces.navigate.Navigate
 

C

calculateCharacterEncoding(FacesContext) - Method in class org.ocpsoft.rewrite.faces.RewriteViewHandler
 
calculateLocale(FacesContext) - Method in class org.ocpsoft.rewrite.faces.RewriteViewHandler
 
calculateRenderKitId(FacesContext) - Method in class org.ocpsoft.rewrite.faces.RewriteViewHandler
 
canonicalize(String) - Method in class org.ocpsoft.rewrite.faces.URLDuplicatePathCanonicalizer
Canonicalize a given URL, replacing relative path structures with the condensed path.
convert(Rewrite, EvaluationContext, Object) - Method in class org.ocpsoft.rewrite.faces.config.FacesConverter
 
convert(Rewrite, EvaluationContext, Object) - Method in class org.ocpsoft.rewrite.faces.config.PhaseBinding
 
createView(FacesContext, String) - Method in class org.ocpsoft.rewrite.faces.RewriteViewHandler
 

D

DefaultActionUrlProvider - Class in org.ocpsoft.rewrite.faces
 
DefaultActionUrlProvider() - Constructor for class org.ocpsoft.rewrite.faces.DefaultActionUrlProvider
 
deriveLogicalViewId(FacesContext, String) - Method in class org.ocpsoft.rewrite.faces.RewriteViewHandler
 
deriveViewId(FacesContext, String) - Method in class org.ocpsoft.rewrite.faces.RewriteViewHandler
Canonicalize the given viewId, then pass that viewId to the next ViewHandler in the chain.

E

enqueue(Operation) - Static method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
Defer the given Operation until the specified phases.
enqueue(Operation, int) - Static method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
Enqueue an Operation to be performed before or after one or many JavaServer Faces life-cycle phases, specified via invoking PhaseOperation.before(PhaseId...) or PhaseOperation.after(PhaseId...).
evaluateMethodExpression(String) - Method in class org.ocpsoft.rewrite.faces.FacesExpressionLanguageProvider
 
evaluateMethodExpression(String, Object...) - Method in class org.ocpsoft.rewrite.faces.FacesExpressionLanguageProvider
 

F

FacesActionUrlProvider - Interface in org.ocpsoft.rewrite.faces.spi
SPI for integrating with Faces Action URL generation.
FacesBeanNameResolver - Class in org.ocpsoft.rewrite.faces
Implementation of BeanNameResolver that checks for ManagedBean annotations on the class.
FacesBeanNameResolver() - Constructor for class org.ocpsoft.rewrite.faces.FacesBeanNameResolver
 
FacesConverter<T> - Class in org.ocpsoft.rewrite.faces.config
Adapter class that allows to use JSF converters with Rewrite.
FacesConverter(Class<?>) - Constructor for class org.ocpsoft.rewrite.faces.config.FacesConverter
 
FacesConverter(String) - Constructor for class org.ocpsoft.rewrite.faces.config.FacesConverter
Create an adapter for the specified converter ID.
FacesConverterProvider - Class in org.ocpsoft.rewrite.faces.artifact
ConverterProvider that allows to use JSF converters with Rewrite.
FacesConverterProvider() - Constructor for class org.ocpsoft.rewrite.faces.artifact.FacesConverterProvider
 
FacesExpressionLanguageProvider - Class in org.ocpsoft.rewrite.faces
Implementation of ExpressionLanguageProvider that uses the FacesContext to obtain the ELContext and the ExpressionFactory.
FacesExpressionLanguageProvider() - Constructor for class org.ocpsoft.rewrite.faces.FacesExpressionLanguageProvider
 
FacesRewriteLifecycleListener - Class in org.ocpsoft.rewrite.faces
 
FacesRewriteLifecycleListener() - Constructor for class org.ocpsoft.rewrite.faces.FacesRewriteLifecycleListener
 
FacesValidatorProvider - Class in org.ocpsoft.rewrite.faces.artifact
ConverterProvider that allows to use JSF converters with Rewrite.
FacesValidatorProvider() - Constructor for class org.ocpsoft.rewrite.faces.artifact.FacesValidatorProvider
 
forId(String) - Static method in class org.ocpsoft.rewrite.faces.config.FacesConverter
Creates a converter with the given ID.
forType(Class<?>) - Static method in class org.ocpsoft.rewrite.faces.config.FacesConverter
Creates a converter adapter for the given target type.

G

getActionURL(FacesContext, String) - Method in class org.ocpsoft.rewrite.faces.DefaultActionUrlProvider
 
getActionURL(FacesContext, String) - Method in class org.ocpsoft.rewrite.faces.RewriteViewHandler
 
getActionURL(FacesContext, String) - Method in interface org.ocpsoft.rewrite.faces.spi.FacesActionUrlProvider
Get the Action URL for the given FacesContext and view ID.
getAfterPhases() - Method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
Get the phases after which this PhaseOperation will be performed.
getBeanName(Class<?>) - Method in class org.ocpsoft.rewrite.faces.FacesBeanNameResolver
 
getBeforePhases() - Method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
Get the phases before which this PhaseOperation will be performed.
getBookmarkableURL(FacesContext, String, Map<String, List<String>>, boolean) - Method in class org.ocpsoft.rewrite.faces.RewriteViewHandler
 
getByConverterId(String) - Method in class org.ocpsoft.rewrite.faces.artifact.FacesConverterProvider
 
getByConverterType(Class<?>) - Method in class org.ocpsoft.rewrite.faces.artifact.FacesConverterProvider
 
getByTargetType(Class<?>) - Method in class org.ocpsoft.rewrite.faces.artifact.FacesConverterProvider
 
getByTargetType(Class<?>) - Method in class org.ocpsoft.rewrite.faces.artifact.FacesValidatorProvider
 
getByValidatorId(String) - Method in class org.ocpsoft.rewrite.faces.artifact.FacesValidatorProvider
 
getByValidatorType(Class<?>) - Method in class org.ocpsoft.rewrite.faces.artifact.FacesValidatorProvider
 
getContext() - Method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
Get the EvaluationContext with which this PhaseOperation was deferred.
getEvent() - Method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
Get the HttpServletRewrite with which this PhaseOperation was deferred.
getFamily() - Method in class org.ocpsoft.rewrite.faces.util.NullComponent
 
getNavigationCase(FacesContext, String, String) - Method in class org.ocpsoft.rewrite.faces.RewriteNavigationHandler
 
getNavigationCases() - Method in class org.ocpsoft.rewrite.faces.RewriteNavigationHandler
 
getOriginalRequestURL(HttpServletRequest) - Static method in class org.ocpsoft.rewrite.faces.FacesRewriteLifecycleListener
 
getPhaseId() - Method in class org.ocpsoft.rewrite.faces.RewritePhaseListener
 
getProviders() - Method in class org.ocpsoft.rewrite.faces.RewriteViewHandler
 
getRedirectURL(FacesContext, String, Map<String, List<String>>, boolean) - Method in class org.ocpsoft.rewrite.faces.RewriteViewHandler
 
getResourceURL(FacesContext, String) - Method in class org.ocpsoft.rewrite.faces.RewriteViewHandler
 
getSortedPhaseOperations(HttpServletRequest) - Static method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
 
getViewDeclarationLanguage(FacesContext, String) - Method in class org.ocpsoft.rewrite.faces.RewriteViewHandler
 

H

handle(Rewrite, EvaluationContext, Object) - Method in class org.ocpsoft.rewrite.faces.NavigatingInvocationResultHandler
 
handleNavigation(FacesContext, String, String) - Method in class org.ocpsoft.rewrite.faces.RewriteNavigationHandler
 
handleNavigation(PhaseEvent) - Method in class org.ocpsoft.rewrite.faces.RewritePhaseListener
 
handles(Object) - Method in class org.ocpsoft.rewrite.faces.NavigatingInvocationResultHandler
 

I

initView(FacesContext) - Method in class org.ocpsoft.rewrite.faces.RewriteViewHandler
 
isInNavigation(HttpServletRequest) - Static method in class org.ocpsoft.rewrite.faces.RewriteNavigationHandler
 

N

Navigate - Class in org.ocpsoft.rewrite.faces.navigate
Helper class to build JSF action outcomes.
NavigatingInvocationResultHandler - Class in org.ocpsoft.rewrite.faces
(Priority: 100) Implementation of InvocationResultHandler which handles JavaServer Faces action result and navigation strings.
NavigatingInvocationResultHandler() - Constructor for class org.ocpsoft.rewrite.faces.NavigatingInvocationResultHandler
 
NullComponent - Class in org.ocpsoft.rewrite.faces.util
Dummy component used for invoking converters and validators.
NullComponent() - Constructor for class org.ocpsoft.rewrite.faces.util.NullComponent
 

O

onValidationFailure(Operation) - Method in class org.ocpsoft.rewrite.faces.config.PhaseBinding
On validation failure, perform the given Operation; defaults to SendStatus.code(int) error code 404 unless otherwise specified.
org.ocpsoft.rewrite.faces - package org.ocpsoft.rewrite.faces
 
org.ocpsoft.rewrite.faces.artifact - package org.ocpsoft.rewrite.faces.artifact
 
org.ocpsoft.rewrite.faces.config - package org.ocpsoft.rewrite.faces.config
 
org.ocpsoft.rewrite.faces.navigate - package org.ocpsoft.rewrite.faces.navigate
 
org.ocpsoft.rewrite.faces.spi - package org.ocpsoft.rewrite.faces.spi
 
org.ocpsoft.rewrite.faces.util - package org.ocpsoft.rewrite.faces.util
 

P

parent - Variable in class org.ocpsoft.rewrite.faces.RewriteViewHandler
 
performHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.faces.config.PhaseBinding
 
performHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
Invoked during the rewrite process, just add "this" to a queue of deferred bindings in the request
performNavigation(String) - Method in class org.ocpsoft.rewrite.faces.RewriteNavigationHandler
 
performOperation(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.faces.config.PhaseAction
 
performOperation(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
Perform operation before or after the specified phases.
PhaseAction - Class in org.ocpsoft.rewrite.faces.config
Invoke an action before or after a given JavaServer Faces PhaseId.
PhaseBinding - Class in org.ocpsoft.rewrite.faces.config
Wraps & holds a Submission until before or after a given JavaServer Faces PhaseId.
PhaseOperation<T extends PhaseOperation<T>> - Class in org.ocpsoft.rewrite.faces.config
This class encapsulates another operation that should be performed during the JSF lifecycle
PhaseOperation() - Constructor for class org.ocpsoft.rewrite.faces.config.PhaseOperation
 
priority() - Method in class org.ocpsoft.rewrite.faces.artifact.FacesConverterProvider
 
priority() - Method in class org.ocpsoft.rewrite.faces.artifact.FacesValidatorProvider
 
priority() - Method in class org.ocpsoft.rewrite.faces.config.PhaseAction
 
priority() - Method in class org.ocpsoft.rewrite.faces.DefaultActionUrlProvider
 
priority() - Method in class org.ocpsoft.rewrite.faces.FacesExpressionLanguageProvider
 
priority() - Method in class org.ocpsoft.rewrite.faces.FacesRewriteLifecycleListener
 
priority() - Method in class org.ocpsoft.rewrite.faces.NavigatingInvocationResultHandler
 

Q

QUEUED_NAVIGATION - Static variable in class org.ocpsoft.rewrite.faces.NavigatingInvocationResultHandler
 

R

renderView(FacesContext, UIViewRoot) - Method in class org.ocpsoft.rewrite.faces.RewriteViewHandler
 
restoreView(FacesContext, String) - Method in class org.ocpsoft.rewrite.faces.RewriteViewHandler
 
retrieve(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.faces.config.PhaseBinding
 
retrieveFrom(Retrieval) - Static method in class org.ocpsoft.rewrite.faces.config.PhaseAction
Invoke the given Retrieval and process InvocationResultHandler instances on the result value (if any.)
retrieveValue(String) - Method in class org.ocpsoft.rewrite.faces.FacesExpressionLanguageProvider
 
RewriteNavigationHandler - Class in org.ocpsoft.rewrite.faces
 
RewriteNavigationHandler(ConfigurableNavigationHandler) - Constructor for class org.ocpsoft.rewrite.faces.RewriteNavigationHandler
 
RewritePhaseListener - Class in org.ocpsoft.rewrite.faces
 
RewritePhaseListener() - Constructor for class org.ocpsoft.rewrite.faces.RewritePhaseListener
 
RewriteViewHandler - Class in org.ocpsoft.rewrite.faces
 
RewriteViewHandler(ViewHandler) - Constructor for class org.ocpsoft.rewrite.faces.RewriteViewHandler
 

S

submit(Rewrite, EvaluationContext, Object) - Method in class org.ocpsoft.rewrite.faces.config.PhaseBinding
 
submitTo(Submission, Retrieval) - Static method in class org.ocpsoft.rewrite.faces.config.PhaseAction
Invoke Submission.submit(org.ocpsoft.rewrite.event.Rewrite, EvaluationContext, Object), use the result of the given Retrieval.retrieve(org.ocpsoft.rewrite.event.Rewrite, EvaluationContext) as the value for this submission.
submitValue(String, Object) - Method in class org.ocpsoft.rewrite.faces.FacesExpressionLanguageProvider
 
supportsRetrieval() - Method in class org.ocpsoft.rewrite.faces.config.PhaseBinding
 
supportsSubmission() - Method in class org.ocpsoft.rewrite.faces.config.PhaseBinding
 

T

to(Submission) - Static method in class org.ocpsoft.rewrite.faces.config.PhaseBinding
Process the given Submission during the Faces life-cycle.
to(String) - Static method in class org.ocpsoft.rewrite.faces.navigate.Navigate
 
to(Class<?>) - Static method in class org.ocpsoft.rewrite.faces.navigate.Navigate
 
toString() - Method in class org.ocpsoft.rewrite.faces.config.FacesConverter
 
toString() - Method in class org.ocpsoft.rewrite.faces.navigate.Navigate
 

U

URLDuplicatePathCanonicalizer - Class in org.ocpsoft.rewrite.faces
 
URLDuplicatePathCanonicalizer() - Constructor for class org.ocpsoft.rewrite.faces.URLDuplicatePathCanonicalizer
 

V

validate(Rewrite, EvaluationContext, Object) - Method in class org.ocpsoft.rewrite.faces.config.PhaseBinding
 

W

with(CharSequence, Object) - Method in class org.ocpsoft.rewrite.faces.navigate.Navigate
 
withoutRedirect() - Method in class org.ocpsoft.rewrite.faces.navigate.Navigate
 
writeState(FacesContext) - Method in class org.ocpsoft.rewrite.faces.RewriteViewHandler
 

A B C D E F G H I N O P Q R S T U V W
rewrite-integration-faces 2.0.0.Alpha3

Copyright © 2013 OCPsoft. All Rights Reserved.