@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface ResourceMapping
RequestMapping
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
The id of the resource to be handled.
|
public abstract java.lang.String value
If not specified, the handler method will be invoked for any resource request within its general mapping.
javax.portlet.ResourceRequest#getResourceID()