@Retention(value=RUNTIME) @Target(value=TYPE) public @interface WebRequestHandler
{link:FileServer}| Modifier and Type | Optional Element and Description |
|---|---|
String |
urlPattern
Returns the URL pattern for URL request this class
is capable of handling.
|
public abstract String urlPattern
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.