|
|||||||||
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 | |
---|---|
java.lang.String |
name
Name of the initialization parameter |
java.lang.String |
value
Value of the initialization parameter |
Optional Element Summary | |
---|---|
java.lang.String |
description
Description of the initialization parameter |
Element Detail |
---|
public abstract java.lang.String name
public abstract java.lang.String value
public abstract java.lang.String description
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41