|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface WebInitParam
This annotation is used on a Servlet or Filter implementation class to specify an initialization parameter.
| Required Element Summary | |
|---|---|
String |
name
Name of the initialization parameter |
String |
value
Value of the initialization parameter |
| Optional Element Summary | |
|---|---|
String |
description
Description of the initialization parameter |
| Element Detail |
|---|
public abstract String name
public abstract String value
public abstract String description
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||