Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- after() - Element in annotation type org.ocpsoft.rewrite.faces.annotation.Deferred
-
The
Phaseafter which the action should execute. - after(PhaseId...) - Method in class org.ocpsoft.rewrite.faces.config.PhaseBinding
-
Perform this
PhaseBindingafter the given phases (ExceptPhaseId.RENDER_RESPONSE). - after(PhaseId...) - Method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
-
Perform this
PhaseOperationafter the given phases (ExceptPhaseId.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
- APPLY_REQUEST_VALUES - Enum constant in enum org.ocpsoft.rewrite.faces.annotation.Phase
B
- before() - Element in annotation type org.ocpsoft.rewrite.faces.annotation.Deferred
-
The
Phasebefore which the action should execute. - before(PhaseId...) - Method in class org.ocpsoft.rewrite.faces.config.PhaseBinding
-
Perform this
PhaseBindingbefore the given phases (ExceptPhaseId.RESTORE_VIEW). - before(PhaseId...) - Method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
-
Perform this
PhaseOperationbefore the given phases (ExceptPhaseId.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
Bindingvalue using the givenConverter.
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
Operationthat will defer a givenOperationuntil one or more specified JavaServer FacesPhaseIdinstances specified viaPhaseOperation.before(PhaseId...)orPhaseOperation.after(PhaseId...). - enqueue(Operation, int) - Static method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
-
Create an
Operationthat will enqueue a givenOperationto be performed before or after one or more JavaServer FacesPhaseIdinstances specified viaPhaseOperation.before(PhaseId...)orPhaseOperation.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
BeanNameResolverthat checks forManagedBeanannotations 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
RewriteframeworkConverterinstances. - FacesConverterProvider - Class in org.ocpsoft.rewrite.faces.artifact
-
ConverterProviderthat 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
ExpressionLanguageProviderthat uses theFacesContextto obtain theELContextand theExpressionFactory. - 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
-
ConverterProviderthat 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
Converterwith the given ID. - forType(Class<?>) - Static method in class org.ocpsoft.rewrite.faces.config.FacesConverter
-
Create a
Converteradapter 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
FacesContextand view ID. - getAfterPhases() - Method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
-
Get the phases after which this
PhaseOperationwill 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
PhaseOperationwill 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
HttpServletRequestis 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
IgnorePostbackannotation. - 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
- INVOKE_APPLICATION - Enum constant in enum org.ocpsoft.rewrite.faces.annotation.Phase
- 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
InvocationResultHandlerwhich handles JavaServer Faces action result and navigation strings. - NavigatingInvocationResultHandler() - Constructor for class org.ocpsoft.rewrite.faces.NavigatingInvocationResultHandler
- NONE - Enum constant in enum org.ocpsoft.rewrite.faces.annotation.Phase
- 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 toSendStatus.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
PhaseIdconstant string values. - PhaseAction - Class in org.ocpsoft.rewrite.faces.config
-
An
Operationthat invokes an action before or after a given JavaServer FacesPhaseId. - PhaseBinding - Class in org.ocpsoft.rewrite.faces.config
-
An
Operationthat wraps & holds aSubmissionuntil before or after a given JavaServer FacesPhaseId. - PhaseOperation<T extends PhaseOperation<T>> - Class in org.ocpsoft.rewrite.faces.config
-
An
Operationthat 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
- PROCESS_VALIDATIONS - Enum constant in enum org.ocpsoft.rewrite.faces.annotation.Phase
Q
- QUEUED_NAVIGATION - Static variable in class org.ocpsoft.rewrite.faces.NavigatingInvocationResultHandler
R
- REDIRECT_PREFIX - Static variable in class org.ocpsoft.rewrite.faces.RewriteNavigationHandler
- RENDER_RESPONSE - Enum constant in enum org.ocpsoft.rewrite.faces.annotation.Phase
- RESTORE_VIEW - Enum constant in enum org.ocpsoft.rewrite.faces.annotation.Phase
- 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
Operationthat invokes the givenRetrievaland processesInvocationResultHandlerinstances 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
Operationthat invokesSubmission.submit(org.ocpsoft.rewrite.event.Rewrite, EvaluationContext, Object), and uses the result of the givenRetrieval.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(Class<?>) - Static method in class org.ocpsoft.rewrite.faces.navigate.Navigate
- to(String) - Static method in class org.ocpsoft.rewrite.faces.navigate.Navigate
-
Create a new
Navigateinstance that will invoke navigation to the specified View ID. - to(Submission) - Static method in class org.ocpsoft.rewrite.faces.config.PhaseBinding
-
Create a
Bindingto process the givenSubmissionduring the Faces life-cycle. - toString() - Method in class org.ocpsoft.rewrite.faces.config.FacesConverter
- toString() - Method in class org.ocpsoft.rewrite.faces.navigate.Navigate
U
- UPDATE_MODEL_VALUES - Enum constant in enum org.ocpsoft.rewrite.faces.annotation.Phase
- 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
Bindingvalue using the givenValidator. - 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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form