org.apache.myfaces.buildtools.maven2.plugin.builder.annotation
Annotation Type JSFWebConfigParam


@Documented
@Target(value=FIELD)
@Retention(value=SOURCE)
public @interface JSFWebConfigParam

Used to define a param configured in web.xml file.

Since:
1.0.4
Version:
$Revision: 758513 $ $Date: 2009-03-25 23:02:16 -0500 (miƩ, 25 mar 2009) $
Author:
Leonardo Uribe (latest modification by $Author: lu4242 $)

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.
 

name

public abstract String name
Default:
""

desc

public abstract String desc
Short description

Default:
""

defaultValue

public abstract String defaultValue
Default:
""

expectedValues

public abstract String expectedValues
Default:
""

since

public abstract String since
Default:
""

group

public abstract String group
The group which the param belongs.

These are the groups used in myfaces core:

Returns:
Default:
""

tags

public abstract String tags
The tag(s) or clasification(s), separated by commas that this web config param can be clasified.

These are the tags used in myfaces core:

Returns:
Default:
""

deprecated

public abstract boolean deprecated
Indicate if the param was deprecated or not.

Returns:
Default:
false

alias

public abstract String alias
Indicate an alias or alternate name for this param.

Returns:
Default:
""

ignoreUpperLowerCase

public abstract boolean ignoreUpperLowerCase
Indicate if this param ignore upper or lower case when read params

Returns:
Default:
false

classType

public abstract String classType
The java type or class which this param is converted

Returns:
Default:
""


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.