Package com.twelvemonkeys.servlet
Annotation Type InitParam
-
@Documented @Inherited @Retention(RUNTIME) @Target(METHOD) @Deprecated public @interface InitParam
Deprecated.Annotation to be used by servlets/filters, to have theirinit
-method automatically convert and set values from their respective configuration.- Version:
- $Id: InitParam.java#1 $
- Author:
- Harald Kuhr, last modified by $Author: haku $
- See Also:
ServletConfigurator
,GenericFilter.init(javax.servlet.FilterConfig)
,GenericServlet.init(javax.servlet.ServletConfig)
,HttpServlet.init(javax.servlet.ServletConfig)
-
-
Field Summary
Fields Modifier and Type Fields Description static java.lang.String
UNDEFINED
Deprecated.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
defaultValue
Deprecated.java.lang.String
name
Deprecated.boolean
required
Deprecated.
-