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

A

after(PhaseId...) - Method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
 
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.PhaseOperation
 
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
 

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.PhaseInjection
 
createView(FacesContext, String) - Method in class org.ocpsoft.rewrite.faces.RewriteViewHandler
 

D

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
 
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...).

F

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

G

getActionURL(FacesContext, String) - Method in class org.ocpsoft.rewrite.faces.RewriteViewHandler
 
getAfterPhases() - Method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
 
getBeforePhases() - Method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
 
getBookmarkableURL(FacesContext, String, Map<String, List<String>>, boolean) - Method in class org.ocpsoft.rewrite.faces.RewriteViewHandler
 
getContext() - Method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
 
getEvent() - Method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
 
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
 
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

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
 

O

org.ocpsoft.rewrite.faces - package org.ocpsoft.rewrite.faces
 
org.ocpsoft.rewrite.faces.config - package org.ocpsoft.rewrite.faces.config
 

P

parent - Variable in class org.ocpsoft.rewrite.faces.RewriteViewHandler
 
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.PhaseInjection
 
performOperation(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.faces.config.PhaseOperation
 
PhaseAction - Class in org.ocpsoft.rewrite.faces.config
Invoke an action before or after a given JavaServer Faces PhaseId.
PhaseInjection - Class in org.ocpsoft.rewrite.faces.config
Wraps & holds a param binding till 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.config.PhaseAction
 
priority() - Method in class org.ocpsoft.rewrite.faces.config.PhaseInjection
 
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

removeQueuedPhaseActions(HttpServletRequest) - Static method in class org.ocpsoft.rewrite.faces.config.PhaseAction
 
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.PhaseInjection
 
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.)
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.PhaseInjection
 
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.
supportsRetrieval() - Method in class org.ocpsoft.rewrite.faces.config.PhaseInjection
 
supportsSubmission() - Method in class org.ocpsoft.rewrite.faces.config.PhaseInjection
 

U

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

V

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

W

withhold(Binding) - Static method in class org.ocpsoft.rewrite.faces.config.PhaseInjection
Wraps the Binding into a new PhaseInjection, so as to have it performed duriung the JSF lifecycle By default, the original binding will be performed after PhaseId.RESTORE_VIEW
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 U V W
rewrite-integration-faces 1.0.2.Final

Copyright © 2012 OCPsoft. All Rights Reserved.