@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
Copyright © 2014 The Apache Software Foundation. All rights reserved.