JavaScript is disabled on your browser.
Skip navigation links
rewrite-integration-faces 9.0.0.Final
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.ocpsoft.rewrite.faces.annotation
Annotation Type Deferred
@Inherited
@Documented
@Target
({
METHOD
,
FIELD
})
@Retention
(
RUNTIME
)
public @interface
Deferred
Specifies that an element annotated with @RequestAction should be deferred to the given
Phase
.
Author:
Lincoln Baxter, III
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
Phase
after
The
Phase
after which the action should execute.
Phase
before
The
Phase
before which the action should execute.
Element Details
before
Phase
before
The
Phase
before which the action should execute.
Default:
NONE
after
Phase
after
The
Phase
after which the action should execute.
Default:
NONE