|
rewrite-integration-faces 1.0.2.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PhaseOperation | |
|---|---|
| org.ocpsoft.rewrite.faces.config | |
| Uses of PhaseOperation in org.ocpsoft.rewrite.faces.config |
|---|
| Classes in org.ocpsoft.rewrite.faces.config with type parameters of type PhaseOperation | |
|---|---|
class |
PhaseOperation<T extends PhaseOperation<T>>
This class encapsulates another operation that should be performed during the JSF lifecycle |
| Subclasses of PhaseOperation in org.ocpsoft.rewrite.faces.config | |
|---|---|
class |
PhaseAction
Invoke an action before or after a given JavaServer Faces PhaseId. |
class |
PhaseInjection
Wraps & holds a param binding till before or after a given JavaServer Faces PhaseId |
| Methods in org.ocpsoft.rewrite.faces.config that return PhaseOperation | |
|---|---|
static PhaseOperation<?> |
PhaseOperation.enqueue(Operation operation)
|
static PhaseOperation<?> |
PhaseOperation.enqueue(Operation operation,
int priority)
Enqueue an Operation to be performed before or after one or many JavaServer Faces life-cycle phases, specified via invoking before(PhaseId...) or after(PhaseId...). |
| Methods in org.ocpsoft.rewrite.faces.config that return types with arguments of type PhaseOperation | |
|---|---|
static java.util.ArrayList<PhaseOperation<?>> |
PhaseOperation.getSortedPhaseOperations(javax.servlet.http.HttpServletRequest request)
|
|
rewrite-integration-faces 1.0.2.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||