| Enum | Description |
|---|---|
| URLAction.PhaseId |
For use with
URLAction.phaseId() |
| Annotation Type | Description |
|---|---|
| URLAction |
Specifies an action method to be called after URL parameters have been parsed
and assigned into beans.
|
| URLActions |
Container annotation for multiple
URLAction annotations placed on
a single action method. |
| URLBeanName |
Annotation specifying the name that can be used to access instances of this
bean in EL expressions.
|
| URLMapping |
Annotation representing a single PrettyFaces mapping that maps URLs to Faces
Views.
|
| URLMappings |
Container annotation for multiple
URLMapping annotations placed on
a single class. |
| URLQueryParameter |
Defines a managed query parameter of the form
http://site.com/url?key=somevalue, where if the parameter
exists, the value will be injected into the annotated field. |
| URLValidator |
Annotation representing a validation rule attached to an individual path
parameter or a query parameter.
|
Copyright © 2014 OCPsoft. All Rights Reserved.