@Target(value={METHOD,FIELD,PARAMETER}) @Retention(value=RUNTIME) @InjectAnnotation public @interface ResourcePath
Modifier and Type | Optional Element and Description |
---|---|
String |
name
Specifies the name of the property containing the resource path.
|
boolean |
optional
If set to true, the model can be instantiated even if there is no request attribute
with the given name found.
|
String |
path
Specifies the path of the resource.
|
public abstract String path
public abstract String name
public abstract boolean optional
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"