Overview
Package
Class
Use
Tree
Deprecated
Index
Help
common-util
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
K
L
M
P
R
S
V
A
addLocalizedMessage(String, String)
- Method in class local.tomas.faces.
FacesSession
Add localized message to current faces context instance.
addLocalizedMessage(String)
- Method in class local.tomas.faces.
FacesSession
Add localized message to current faces context instance.
addLocalizedMessage(String, String, Object[])
- Method in class local.tomas.faces.
FacesSession
Add localized messsage with arguments to current faces context instance.
addLocalizedMessage(String, String, Object)
- Method in class local.tomas.faces.
FacesSession
Add localized messsage with one argument to current faces context instance.
addLocalizedMessage(String, String, Object, Object)
- Method in class local.tomas.faces.
FacesSession
Add localized messsage with two arguments to current faces context instance.
addMessage(FacesContext, String, String)
- Method in class local.tomas.faces.
FacesSession
Add message to faces context.
addNativeMessage(String, String)
- Method in class local.tomas.faces.
FacesSession
Add message to current faces context instance.
addNativeMessage(String)
- Method in class local.tomas.faces.
FacesSession
Add message to current faces context instance.
C
clear()
- Method in class local.tomas.faces.
MessageFlagMap
compare(SelectItem, SelectItem)
- Method in class local.tomas.faces.ui.
SelectItemComparator
containsKey(Object)
- Method in class local.tomas.faces.
MessageFlagMap
containsValue(Object)
- Method in class local.tomas.faces.
MessageFlagMap
D
determineLocale(FacesContext)
- Method in class local.tomas.faces.
FacesSession
Try to determine locale from FacesContext.
E
EntitySelectListHandler
<
K
,
E
> - Class in
local.tomas.faces.ui
Abstract base class for select list handler.
EntitySelectListHandler()
- Constructor for class local.tomas.faces.ui.
EntitySelectListHandler
entrySet()
- Method in class local.tomas.faces.
MessageFlagMap
ExpressionConverter
- Class in
local.tomas.faces.converter
A JSF Converter for expressions.
ExpressionConverter()
- Constructor for class local.tomas.faces.converter.
ExpressionConverter
F
FacesSession
- Class in
local.tomas.faces
Abstract base class for JSF session.
FacesSession()
- Constructor for class local.tomas.faces.
FacesSession
Default constructor.
FacesSessionException
- Exception in
local.tomas.faces
Exception thrown by faces session.
FacesSessionException(FacesSession, String)
- Constructor for exception local.tomas.faces.
FacesSessionException
Create exception for session from message.
FacesSessionException(FacesSession, String, Object[])
- Constructor for exception local.tomas.faces.
FacesSessionException
Create exception for session from message and arguments.
FacesSessionException(FacesSession, String, Object)
- Constructor for exception local.tomas.faces.
FacesSessionException
Create exception for session from message and single argument.
FacesSessionException(FacesSession, String, Throwable)
- Constructor for exception local.tomas.faces.
FacesSessionException
Create exception for session from message and root cause.
FacesSessionException(FacesSession, String, Object[], Throwable)
- Constructor for exception local.tomas.faces.
FacesSessionException
Create exception for session from message, arguments, and root cause.
FacesSessionException(FacesSession, String, Object, Throwable)
- Constructor for exception local.tomas.faces.
FacesSessionException
Create exception for session from message, single argument, and root cause.
G
get(Object)
- Method in class local.tomas.faces.
MessageFlagMap
getAsObject(FacesContext, UIComponent, String)
- Method in class local.tomas.faces.converter.
ExpressionConverter
Compile string to expression.
getAsString(FacesContext, UIComponent, Object)
- Method in class local.tomas.faces.converter.
ExpressionConverter
Decompile expression to string.
getBaseList()
- Method in class local.tomas.faces.ui.
EntitySelectListHandler
Get base list.
getConcat()
- Method in class local.tomas.faces.el.
StringConcatenator
Fake getter to implement the
concat
component.
getDefaultLocale()
- Method in class local.tomas.faces.
FacesSession
Try to determine locale from current FacesContext instance.
getFirstItemKey()
- Method in class local.tomas.faces.ui.
EntitySelectListHandler
Get key of first item.
getFirstItemLabel()
- Method in class local.tomas.faces.ui.
EntitySelectListHandler
Get label of first item.
getInstance()
- Static method in class local.tomas.faces.ui.
SelectItemComparator
Get singleton instance.
getItem(K)
- Method in class local.tomas.faces.ui.
EntitySelectListHandler
Get item for key.
getItems()
- Method in class local.tomas.faces.ui.
LocaleSelector
getKey()
- Method in class local.tomas.faces.model.
MapDataModel.RowData
Get the key.
getKey(E)
- Method in class local.tomas.faces.ui.
EntitySelectListHandler
Get key for entity.
getLabel(E)
- Method in class local.tomas.faces.ui.
EntitySelectListHandler
Get label for entity.
getLocale()
- Method in class local.tomas.faces.converter.
ExpressionConverter
Get locale.
getLocale()
- Method in class local.tomas.faces.
FacesSession
Get locale of current FacesContext instance.
getLocalizedMessage(FacesContext, Locale, String)
- Method in class local.tomas.faces.
FacesSession
Get localized message from application bundle.
getLocalizedMessage(FacesContext, String)
- Method in class local.tomas.faces.
FacesSession
Get localized message from application bundle.
getLocalizedMessage()
- Method in exception local.tomas.faces.
FacesSessionException
getNativeItems()
- Method in class local.tomas.faces.ui.
LocaleSelector
getOptions(UIComponent)
- Method in class local.tomas.faces.converter.
ExpressionConverter
Get options of component.
getRowData()
- Method in class local.tomas.faces.model.
MapDataModel
getSelectList()
- Method in class local.tomas.faces.ui.
EntitySelectListHandler
Get select list used for display.
getSession(String)
- Static method in class local.tomas.faces.
FacesSession
Get named faces session.
getSession()
- Method in class local.tomas.faces.ui.
LocaleSelector
getValue()
- Method in class local.tomas.faces.el.
StringConcatenator
Getter for the final value.
getValue()
- Method in class local.tomas.faces.model.
MapDataModel.RowData
Get the value
getWrappedMap()
- Method in class local.tomas.faces.model.
MapDataModel
Get the wrapped map.
I
isEmpty()
- Method in class local.tomas.faces.
MessageFlagMap
K
keySet()
- Method in class local.tomas.faces.
MessageFlagMap
L
local.tomas.faces
- package local.tomas.faces
This package defines some session helper classes for JSF.
local.tomas.faces.converter
- package local.tomas.faces.converter
This package defines some extra JSF converters.
local.tomas.faces.el
- package local.tomas.faces.el
This package defines some extensions to the JSF expression language.
local.tomas.faces.model
- package local.tomas.faces.model
This package defines some extra JSF models.
local.tomas.faces.ui
- package local.tomas.faces.ui
This package defines some JSF user interface helper classes.
LocaleSelector
- Class in
local.tomas.faces.ui
Helper class to display a locale selector.
LocaleSelector()
- Constructor for class local.tomas.faces.ui.
LocaleSelector
M
MapDataModel
<
K
,
V
> - Class in
local.tomas.faces.model
A JSF data model for maps.
MapDataModel()
- Constructor for class local.tomas.faces.model.
MapDataModel
MapDataModel.RowData
- Class in
local.tomas.faces.model
The row data.
MapDataModel.RowData(K)
- Constructor for class local.tomas.faces.model.
MapDataModel.RowData
Construct row data from key.
MessageFlagMap
- Class in
local.tomas.faces
An instance of this class holds a boolean flag for each message id in the current faces context.
MessageFlagMap()
- Constructor for class local.tomas.faces.
MessageFlagMap
MULTILINE
- Static variable in class local.tomas.faces.converter.
ExpressionConverter
Multiline option.
P
put(String, Boolean)
- Method in class local.tomas.faces.
MessageFlagMap
putAll(Map<? extends String, ? extends Boolean>)
- Method in class local.tomas.faces.
MessageFlagMap
R
remove(Object)
- Method in class local.tomas.faces.
MessageFlagMap
reset()
- Method in class local.tomas.faces.ui.
EntitySelectListHandler
Reset the instance.
resolveVariable(String)
- Static method in class local.tomas.faces.
FacesSession
Resolve JSF variable by name.
S
SelectItemComparator
- Class in
local.tomas.faces.ui
Comparator for JSF select items.
setFirstItemKey(K)
- Method in class local.tomas.faces.ui.
EntitySelectListHandler
Set key of first item.
setFirstItemLabel(String)
- Method in class local.tomas.faces.ui.
EntitySelectListHandler
Set label of first item.
setLocale(Locale)
- Method in class local.tomas.faces.
FacesSession
Set locale.
setRequestAttribute(String, Object)
- Method in class local.tomas.faces.
FacesSession
Set request attribute.
setSession(FacesSession)
- Method in class local.tomas.faces.ui.
LocaleSelector
setValue(V)
- Method in class local.tomas.faces.model.
MapDataModel.RowData
Set the value.
setWrappedMap(Map<K, V>)
- Method in class local.tomas.faces.model.
MapDataModel
Set the wrapped map.
size()
- Method in class local.tomas.faces.
MessageFlagMap
StringConcatenator
- Class in
local.tomas.faces.el
JSF expression language string concatenation.
StringConcatenator(String)
- Constructor for class local.tomas.faces.el.
StringConcatenator
Construct from base string.
StringConcatenator()
- Constructor for class local.tomas.faces.el.
StringConcatenator
Default constructor.
V
values()
- Method in class local.tomas.faces.
MessageFlagMap
A
C
D
E
F
G
I
K
L
M
P
R
S
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
common-util
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2007 null. All Rights Reserved.