|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface WebRequestHandler
Annotation that denote a class capable of handling particular URL patterns. The definition of handling is loose in this particular context as it can be file servicing, or any other type of behaviour. The type of handling the annotated class will usually be defined by an interface the class implements
{link:FileServer}| Optional Element Summary | |
|---|---|
java.lang.String |
urlPattern
Returns the URL pattern for URL request this class is capable of handling. |
public abstract java.lang.String urlPattern
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||