A B C D E F G I J L M N O P R S T V

A

addMessage(FacesMessage.Severity, String, Object[]) - Static method in class org.apache.myfaces.commons.util.MessageUtils
 
addMessage(FacesMessage.Severity, String, Object[], FacesContext) - Static method in class org.apache.myfaces.commons.util.MessageUtils
 
addMessage(FacesMessage.Severity, String, Object[], String) - Static method in class org.apache.myfaces.commons.util.MessageUtils
 
addMessage(FacesMessage.Severity, String, Object[], String, FacesContext) - Static method in class org.apache.myfaces.commons.util.MessageUtils
 
assertNotNull(Object) - Static method in class org.apache.myfaces.commons.util.TagUtils
 

B

BOOLEAN_ARRAY_CLASS - Static variable in class org.apache.myfaces.commons.util.ClassUtils
 
BOOLEAN_OBJECT_ARRAY_CLASS - Static variable in class org.apache.myfaces.commons.util.ClassUtils
 
BYTE_ARRAY_CLASS - Static variable in class org.apache.myfaces.commons.util.ClassUtils
 
BYTE_OBJECT_ARRAY_CLASS - Static variable in class org.apache.myfaces.commons.util.ClassUtils
 

C

CHAR_ARRAY_CLASS - Static variable in class org.apache.myfaces.commons.util.ClassUtils
 
CHARACTER_OBJECT_ARRAY_CLASS - Static variable in class org.apache.myfaces.commons.util.ClassUtils
 
classForName(String) - Static method in class org.apache.myfaces.commons.util.ClassUtils
Tries a Class.loadClass with the context class loader of the current thread first and automatically falls back to the ClassUtils class loader (i.e.
ClassUtils - Class in org.apache.myfaces.commons.util
 
COMMON_TYPES - Static variable in class org.apache.myfaces.commons.util.ClassUtils
 
convertToType(Object, Class) - Static method in class org.apache.myfaces.commons.util.ClassUtils
 

D

DOUBLE_ARRAY_CLASS - Static variable in class org.apache.myfaces.commons.util.ClassUtils
 
DOUBLE_OBJECT_ARRAY_CLASS - Static variable in class org.apache.myfaces.commons.util.ClassUtils
 

E

ExternalContextUtils - Class in org.apache.myfaces.commons.util
This provides some functionality for determining some things about the native request object that is not provided by JSF.

F

FLOAT_ARRAY_CLASS - Static variable in class org.apache.myfaces.commons.util.ClassUtils
 
FLOAT_OBJECT_ARRAY_CLASS - Static variable in class org.apache.myfaces.commons.util.ClassUtils
 

G

getBoolean(Object) - Static method in class org.apache.myfaces.commons.util.TagUtils
String --> boolean
getContentLength(ExternalContext) - Static method in class org.apache.myfaces.commons.util.ExternalContextUtils
Returns the content length or -1 if the unknown.
getCurrentLoader(Object) - Static method in class org.apache.myfaces.commons.util.ClassUtils
Gets the ClassLoader associated with the current thread.
getCurrentLocale() - Static method in class org.apache.myfaces.commons.util.MessageUtils
 
getDate(Object) - Static method in class org.apache.myfaces.commons.util.TagUtils
ISO Date String --> Date
getDouble(Object) - Static method in class org.apache.myfaces.commons.util.TagUtils
String --> long
getFloat(Object) - Static method in class org.apache.myfaces.commons.util.TagUtils
String --> long
getInteger(Object) - Static method in class org.apache.myfaces.commons.util.TagUtils
String --> int
getLabel(FacesContext, UIComponent) - Static method in class org.apache.myfaces.commons.util.MessageUtils
 
getLocale(Object) - Static method in class org.apache.myfaces.commons.util.TagUtils
String --> Locale
getLong(Object) - Static method in class org.apache.myfaces.commons.util.TagUtils
String --> long
getMessage(FacesMessage.Severity, String, Object) - Static method in class org.apache.myfaces.commons.util.MessageUtils
 
getMessage(FacesMessage.Severity, String, Object[]) - Static method in class org.apache.myfaces.commons.util.MessageUtils
 
getMessage(FacesMessage.Severity, String, Object[], FacesContext) - Static method in class org.apache.myfaces.commons.util.MessageUtils
 
getMessage(String, Object[]) - Static method in class org.apache.myfaces.commons.util.MessageUtils
 
getMessage(Locale, String, Object[]) - Static method in class org.apache.myfaces.commons.util.MessageUtils
 
getMessage(String, String, Object[]) - Static method in class org.apache.myfaces.commons.util.MessageUtils
 
getMessage(FacesMessage.Severity, String, String, Object[]) - Static method in class org.apache.myfaces.commons.util.MessageUtils
 
getMessage(String, Locale, String, Object[]) - Static method in class org.apache.myfaces.commons.util.MessageUtils
 
getMessage(ResourceBundle, String, Object[]) - Static method in class org.apache.myfaces.commons.util.MessageUtils
 
getMessage(FacesContext, String) - Static method in class org.apache.myfaces.commons.util.MessageUtils
 
getMessage(FacesContext, String, Object[]) - Static method in class org.apache.myfaces.commons.util.MessageUtils
 
getRequestInputStream(ExternalContext) - Static method in class org.apache.myfaces.commons.util.ExternalContextUtils
Returns the request input stream if one is available
getRequestType(ExternalContext) - Static method in class org.apache.myfaces.commons.util.ExternalContextUtils
Returns the requestType of this ExternalContext.
getResourceAsStream(String) - Static method in class org.apache.myfaces.commons.util.ClassUtils
 
getResources(String, Object) - Static method in class org.apache.myfaces.commons.util.ClassUtils
 
getString(Object) - Static method in class org.apache.myfaces.commons.util.TagUtils
Return the same string.
getStringArray(Object) - Static method in class org.apache.myfaces.commons.util.TagUtils
These are normally NMTOKEN type in attributes String --> String[]
getValueExpression(String, Class<?>) - Static method in class org.apache.myfaces.commons.util.TagUtils
 

I

INT_ARRAY_CLASS - Static variable in class org.apache.myfaces.commons.util.ClassUtils
 
INTEGER_OBJECT_ARRAY_CLASS - Static variable in class org.apache.myfaces.commons.util.ClassUtils
 
isPortlet() - Method in enum org.apache.myfaces.commons.util.RequestType
Returns true if the response for this RequestType originated from a JSR-168 or JSR-286 portlet container.
isRequestFromClient() - Method in enum org.apache.myfaces.commons.util.RequestType
Returns true if this request was a direct result of a call from the client.
isResponseWritable() - Method in enum org.apache.myfaces.commons.util.RequestType
Returns true if the response for this RequestType is intended to produce output to the client.
isValueReference(String) - Static method in class org.apache.myfaces.commons.util.TagUtils
String --> TimeZone

J

javaTypeToClass(String) - Static method in class org.apache.myfaces.commons.util.ClassUtils
Similar as ClassUtils.classForName(String), but also supports primitive types and arrays as specified for the JavaType element in the JavaServer Faces Config DTD.

L

LONG_ARRAY_CLASS - Static variable in class org.apache.myfaces.commons.util.ClassUtils
 
LONG_OBJECT_ARRAY_CLASS - Static variable in class org.apache.myfaces.commons.util.ClassUtils
 

M

MessageUtils - Class in org.apache.myfaces.commons.util
Utility class to support multilingual FacesMessages using ResourceBundles.

N

newInstance(String) - Static method in class org.apache.myfaces.commons.util.ClassUtils
 
newInstance(String, Class) - Static method in class org.apache.myfaces.commons.util.ClassUtils
 
newInstance(String, Class[]) - Static method in class org.apache.myfaces.commons.util.ClassUtils
 
newInstance(Class) - Static method in class org.apache.myfaces.commons.util.ClassUtils
 

O

OBJECT_ARRAY_CLASS - Static variable in class org.apache.myfaces.commons.util.ClassUtils
 
org.apache.myfaces.commons.util - package org.apache.myfaces.commons.util
 

P

parseNameTokens(String) - Static method in class org.apache.myfaces.commons.util.TagUtils
Parses a whitespace separated series of name tokens.

R

RequestType - Enum in org.apache.myfaces.commons.util
Represents the type of request currently in the ExternalContext.

S

SHORT_ARRAY_CLASS - Static variable in class org.apache.myfaces.commons.util.ClassUtils
 
SHORT_OBJECT_ARRAY_CLASS - Static variable in class org.apache.myfaces.commons.util.ClassUtils
 
simpleClassForName(String) - Static method in class org.apache.myfaces.commons.util.ClassUtils
Same as ClassUtils.classForName(String), but throws a RuntimeException (FacesException) instead of a ClassNotFoundException.
simpleJavaTypeToClass(String) - Static method in class org.apache.myfaces.commons.util.ClassUtils
Same as ClassUtils.javaTypeToClass(String), but throws a RuntimeException (FacesException) instead of a ClassNotFoundException.
STRING_OBJECT_ARRAY_CLASS - Static variable in class org.apache.myfaces.commons.util.ClassUtils
 
substituteParams(Locale, String, Object[]) - Static method in class org.apache.myfaces.commons.util.MessageUtils
Uses MessageFormat and the supplied parameters to fill in the param placeholders in the String.

T

TagUtils - Class in org.apache.myfaces.commons.util
Utility class for Tag classes

V

valueOf(String) - Static method in enum org.apache.myfaces.commons.util.RequestType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.myfaces.commons.util.RequestType
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E F G I J L M N O P R S T V

Copyright © 2007-2008 The Apache Software Foundation. All Rights Reserved.