Package com.twelvemonkeys.servlet
Annotation Type InitParam
-
@Documented @Inherited @Retention(RUNTIME) @Target(METHOD) public @interface InitParam
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
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
defaultValue
java.lang.String
name
boolean
required
-