|
DRAFT | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface WebInitParam
Used to declare init params in servlets in filters
Required Element Summary | |
---|---|
java.lang.String |
name
Name of the init param |
java.lang.String |
value
Value of the init param |
Optional Element Summary | |
---|---|
java.lang.String |
description
Description of the init param |
Element Detail |
---|
public abstract java.lang.String name
public abstract java.lang.String value
public abstract java.lang.String description
|
DRAFT | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.