|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value=FIELD) @Retention(value=SOURCE) public @interface JSFWebConfigParam
Used to define a param configured in web.xml file.
Optional Element Summary | |
---|---|
String |
alias
Indicate an alias or alternate name for this param. |
String |
classType
The java type or class which this param is converted |
String |
defaultValue
|
boolean |
deprecated
Indicate if the param was deprecated or not. |
String |
desc
Short description |
String |
expectedValues
|
String |
group
The group which the param belongs. |
boolean |
ignoreUpperLowerCase
Indicate if this param ignore upper or lower case when read params |
String |
name
|
String |
since
|
String |
tags
The tag(s) or clasification(s), separated by commas that this web config param can be clasified. |
public abstract String name
public abstract String desc
public abstract String defaultValue
public abstract String expectedValues
public abstract String since
public abstract String group
These are the groups used in myfaces core:
public abstract String tags
These are the tags used in myfaces core:
public abstract boolean deprecated
public abstract String alias
public abstract boolean ignoreUpperLowerCase
public abstract String classType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |