| com.uwyn.rife.engine.annotations.Pathinfo
Pathinfo | public @interface Pathinfo(Code) | | Declares the URL pathinfo for an element.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ since: 1.5 |
Field Summary | |
public Enum | MappingPolicy The possible pathinfo mapping policies. | Mapping[] | mappings The collection of pathinfo mappings for this pathinfo. | MappingPolicy | policy Indicates the pathinfo mapping policy. |
MappingPolicy | public Enum MappingPolicy(Code) | | The possible pathinfo mapping policies. A LOOSE policy
executes the element even if none of the mappings match. A
STRICT policy only executes the element if at least one
mapping matches.
since: 1.5 |
mappings | Mapping[] mappings(Code) | | The collection of pathinfo mappings for this pathinfo.
since: 1.5 |
policy | MappingPolicy policy(Code) | | Indicates the pathinfo mapping policy.
since: 1.5 |
|
|