|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface ResourceMapping
Annotation for mapping Portlet resource requests onto handler methods.
RequestMapping
Optional Element Summary | |
---|---|
String |
value
The id of the resource to be handled. |
public abstract String value
If not specified, the handler method will be invoked for any resource request within its general mapping.
ResourceRequest.getResourceID()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |