Skip navigation links
rewrite-integration-faces 3.4.4.Final
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
Build and return the fully constructed navigation String.

C

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.annotation.handler.DeferredConverter
 
convert(Rewrite, EvaluationContext, Object) - Method in class org.ocpsoft.rewrite.faces.config.FacesConverter
 
convertedBy(Converter<?>) - Method in class org.ocpsoft.rewrite.faces.config.PhaseBinding
Convert the Binding value using the given Converter.

D

DefaultActionUrlProvider - Class in org.ocpsoft.rewrite.faces
 
DefaultActionUrlProvider() - Constructor for class org.ocpsoft.rewrite.faces.DefaultActionUrlProvider
 
Deferred - Annotation Type in org.ocpsoft.rewrite.faces.annotation
Specifies that an element annotated with @RequestAction should be deferred to the given Phase.
DeferredConverter - Class in org.ocpsoft.rewrite.faces.annotation.handler
 
DeferredConverter(Converter<?>) - Constructor for class org.ocpsoft.rewrite.faces.annotation.handler.DeferredConverter
 
DeferredHandler - Class in org.ocpsoft.rewrite.faces.annotation.handler
 
DeferredHandler() - Constructor for class org.ocpsoft.rewrite.faces.annotation.handler.DeferredHandler
 
DeferredOperation(HttpServletRewrite, EvaluationContext, PhaseOperation<?>) - Constructor for class org.ocpsoft.rewrite.faces.config.PhaseOperation.DeferredOperation
 
DeferredValidator - Class in org.ocpsoft.rewrite.faces.annotation.handler
 
DeferredValidator(Validator<?>) - Constructor for class org.ocpsoft.rewrite.faces.annotation.handler.DeferredValidator
 
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
Create an Operation that will defer a given Operation until one or more specified JavaServer Faces PhaseId instances specified via PhaseOperation.before(PhaseId...) or PhaseOperation.after(PhaseId...).
enqueue(Operation, int) - Static method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
Create an Operation that will enqueue a given Operation to be performed before or after one or more JavaServer Faces PhaseId instances specified via 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 framework Converter instances.
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
Create a Converter with the given ID.
forType(Class<?>) - Static method in class org.ocpsoft.rewrite.faces.config.FacesConverter
Create 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.DeferredOperation
 
getDeferred() - Method in class org.ocpsoft.rewrite.faces.annotation.handler.DeferredConverter
 
getDeferred() - Method in class org.ocpsoft.rewrite.faces.annotation.handler.DeferredValidator
 
getEvent() - Method in class org.ocpsoft.rewrite.faces.config.PhaseOperation.DeferredOperation
 
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
 
getOperation() - Method in class org.ocpsoft.rewrite.faces.config.PhaseOperation.DeferredOperation
 
getOriginalRequestURL(HttpServletRequest) - Static method in class org.ocpsoft.rewrite.faces.FacesRewriteLifecycleListener
 
getPhaseId() - Method in enum org.ocpsoft.rewrite.faces.annotation.Phase
 
getPhaseId() - Method in class org.ocpsoft.rewrite.faces.RewritePhaseListener
 
getProviders() - Method in class org.ocpsoft.rewrite.faces.RewriteViewHandler
 
getSortedPhaseOperations(HttpServletRequest) - Static method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
 
getWrapped() - 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() - Method in class org.ocpsoft.rewrite.faces.annotation.handler.DeferredHandler
 
handles() - Method in class org.ocpsoft.rewrite.faces.annotation.handler.IgnorePostbackHandler
 
handles(Object) - Method in class org.ocpsoft.rewrite.faces.NavigatingInvocationResultHandler
 

I

IgnorePostback - Annotation Type in org.ocpsoft.rewrite.faces.annotation
Specifies that an element annotated with @RequestAction should not be executed if the current HttpServletRequest is handling a JavaServer Faces form postback.
IgnorePostbackBinding - Class in org.ocpsoft.rewrite.faces.annotation.config
A wrapper for an existing binding that will only delegate to the wrapped binding if the current request is a JSF postback.
IgnorePostbackBinding(Binding) - Constructor for class org.ocpsoft.rewrite.faces.annotation.config.IgnorePostbackBinding
 
IgnorePostbackHandler - Class in org.ocpsoft.rewrite.faces.annotation.handler
Handler implementation of IgnorePostback annotation.
IgnorePostbackHandler() - Constructor for class org.ocpsoft.rewrite.faces.annotation.handler.IgnorePostbackHandler
 
IgnorePostbackOperation - Class in org.ocpsoft.rewrite.faces.annotation.config
A wrapper for an existing operation that will only delegate to the wrapped operation if the current request is a JSF postback.
IgnorePostbackOperation(Operation) - Constructor for class org.ocpsoft.rewrite.faces.annotation.config.IgnorePostbackOperation
 
isInNavigation(HttpServletRequest) - Static method in class org.ocpsoft.rewrite.faces.RewriteNavigationHandler
 
isValid(Rewrite, EvaluationContext, Object) - Method in class org.ocpsoft.rewrite.faces.annotation.handler.DeferredValidator
 

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.annotation - package org.ocpsoft.rewrite.faces.annotation
 
org.ocpsoft.rewrite.faces.annotation.config - package org.ocpsoft.rewrite.faces.annotation.config
 
org.ocpsoft.rewrite.faces.annotation.handler - package org.ocpsoft.rewrite.faces.annotation.handler
 
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
 
perform(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.faces.annotation.config.IgnorePostbackOperation
 
performHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
 
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 the wrapped operation before or after the specified phases.
Phase - Enum in org.ocpsoft.rewrite.faces.annotation
Defines a type-safe handle to the PhaseId constant string values.
PhaseAction - Class in org.ocpsoft.rewrite.faces.config
An Operation that invokes an action before or after a given JavaServer Faces PhaseId.
PhaseBinding - Class in org.ocpsoft.rewrite.faces.config
An Operation that 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
An Operation that wraps another operation to be performed during the JavaServer Faces lifecycle.
PhaseOperation() - Constructor for class org.ocpsoft.rewrite.faces.config.PhaseOperation
 
PhaseOperation.DeferredOperation - Class in org.ocpsoft.rewrite.faces.config
 
priority() - Method in class org.ocpsoft.rewrite.faces.annotation.handler.DeferredHandler
 
priority() - Method in class org.ocpsoft.rewrite.faces.annotation.handler.IgnorePostbackHandler
 
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.config.PhaseOperation.DeferredOperation
 
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
 
process(ClassContext, Deferred, HandlerChain) - Method in class org.ocpsoft.rewrite.faces.annotation.handler.DeferredHandler
 
process(ClassContext, IgnorePostback, HandlerChain) - Method in class org.ocpsoft.rewrite.faces.annotation.handler.IgnorePostbackHandler
 

Q

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

R

REDIRECT_PREFIX - Static variable in class org.ocpsoft.rewrite.faces.RewriteNavigationHandler
 
retrieve(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.faces.annotation.config.IgnorePostbackBinding
 
retrieve(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.faces.config.PhaseBinding
 
retrieveFrom(Retrieval) - Static method in class org.ocpsoft.rewrite.faces.config.PhaseAction
Create an Operation that invokes the given Retrieval and processes 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.annotation.config.IgnorePostbackBinding
 
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
Create an Operation that invokes Submission.submit(org.ocpsoft.rewrite.event.Rewrite, EvaluationContext, Object), and uses 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.annotation.config.IgnorePostbackBinding
 
supportsRetrieval() - Method in class org.ocpsoft.rewrite.faces.config.PhaseBinding
 
supportsSubmission() - Method in class org.ocpsoft.rewrite.faces.annotation.config.IgnorePostbackBinding
 
supportsSubmission() - Method in class org.ocpsoft.rewrite.faces.config.PhaseBinding
 

T

to(Submission) - Static method in class org.ocpsoft.rewrite.faces.config.PhaseBinding
Create a Binding to process the given Submission during the Faces life-cycle.
to(String) - Static method in class org.ocpsoft.rewrite.faces.navigate.Navigate
Create a new Navigate instance that will invoke navigation to the specified View ID.
to(Class<?>) - Static method in class org.ocpsoft.rewrite.faces.navigate.Navigate
Create a new Navigate instance that will invoke navigation to the specified Class.
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

validatedBy(Validator<?>) - Method in class org.ocpsoft.rewrite.faces.config.PhaseBinding
Validate the Binding value using the given Validator.
valueOf(String) - Static method in enum org.ocpsoft.rewrite.faces.annotation.Phase
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ocpsoft.rewrite.faces.annotation.Phase
Returns an array containing the constants of this enum type, in the order they are declared.

W

with(CharSequence, Object) - Method in class org.ocpsoft.rewrite.faces.navigate.Navigate
Set a query parameter to be passed to the specified View Id.
withoutRedirect() - Method in class org.ocpsoft.rewrite.faces.navigate.Navigate
Specify that navigation should be performed using JavaServer Faces non-redirecting navigation.
A B C D E F G H I N O P Q R S T U V W 
Skip navigation links
rewrite-integration-faces 3.4.4.Final

Copyright © 2019 OCPsoft. All rights reserved.