|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.extensions.validator.util.WebXmlUtils
public class WebXmlUtils
| Constructor Summary | |
|---|---|
WebXmlUtils()
|
|
| Method Summary | |
|---|---|
static String |
getInitParameter(String key)
Gets the initialization parameter from WEB.XML using the default prefix and removal of the spaces. |
static String |
getInitParameter(String key,
boolean preserveBlanks)
Gets the initialization parameter from WEB.XML using the default prefix and removal of spaces can be specified. |
static String |
getInitParameter(String prefix,
String name)
Gets the initialization parameter from WEB.XML using the specified prefix and removal of the spaces. |
static String |
getInitParameter(String prefix,
String key,
boolean preserveBlanks)
Gets the initialization parameter from WEB.XML using the specified prefix and removal of spaces can be specified. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebXmlUtils()
| Method Detail |
|---|
public static String getInitParameter(String key)
key - the key name of the parameter
public static String getInitParameter(String prefix,
String name)
prefix - the prefix of the parametername - the name
public static String getInitParameter(String key,
boolean preserveBlanks)
key - the key name of the parameterpreserveBlanks - should blanks be kept?
public static String getInitParameter(String prefix,
String key,
boolean preserveBlanks)
prefix - the prefix of the parameterkey - the key name of the parameterpreserveBlanks - indicates if blanks should be kept
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||