- TagAttribute - Class in org.omnifaces.taghandler
-
The <o:tagAttribute>
is a tag handler that can be used to explicitly declare a tag attribute on
a Facelets tag file.
- TagAttribute(TagConfig) - Constructor for class org.omnifaces.taghandler.TagAttribute
-
- TimeToLiveCache - Class in org.omnifaces.component.output.cache
-
Base class that can be used by Map based caches that don't support time to live semantics and arbitrary attributes natively.
- TimeToLiveCache(Integer) - Constructor for class org.omnifaces.component.output.cache.TimeToLiveCache
-
- toByteArray(InputStream) - Static method in class org.omnifaces.util.Utils
-
Read the given input stream into a byte array.
- toClass(String) - Static method in class org.omnifaces.util.Reflection
-
Returns the class object associated with the given class name, using the context class loader and if
that fails the defining class loader of the current class.
- toClassOrNull(String) - Static method in class org.omnifaces.util.Reflection
-
Returns the class object associated with the given class name, using the context class loader and if
that fails the defining class loader of the current class.
- toJson(Object) - Static method in class org.omnifaces.el.functions.Converters
-
Encode given object as JSON.
- toParameterMap(String) - Static method in class org.omnifaces.util.Servlets
-
Converts the given request query string to request parameter values map.
- toQueryString(Map<String, List<String>>) - Static method in class org.omnifaces.util.Servlets
-
Converts the given request parameter values map to request query string.
- toQueryString(List<ParamHolder>) - Static method in class org.omnifaces.util.Servlets
-
Converts the given parameter values list to request query string.
- toString() - Method in class org.omnifaces.cdi.push.SocketEvent
-
- toString() - Method in class org.omnifaces.model.tree.AbstractTreeModel
-
- toString() - Method in class org.omnifaces.resourcehandler.CombinedResourceInfo
-
Returns the string representation of this combined resource info in the format of
- toString() - Method in class org.omnifaces.resourcehandler.ResourceIdentifier
-
Returns the resource identifier as string in standard JSF resource identifier format library:name
.
- Tree - Class in org.omnifaces.component.tree
-
The <o:tree>
allows the developers to have full control over the markup of a tree
hierarchy by declaring the appropriate JSF components or HTML elements in the markup.
- Tree() - Constructor for class org.omnifaces.component.tree.Tree
-
- TreeFamily - Class in org.omnifaces.component.tree
-
Base class which is to be shared between all components of the Tree family.
- TreeFamily() - Constructor for class org.omnifaces.component.tree.TreeFamily
-
The base constructor sets the renderer type to null
as the components of the Tree family does not
render anything by themselves.
- TreeInsertChildren - Class in org.omnifaces.component.tree
-
The
<o:treeInsertChildren>
is an
UIComponent
that represents the insertion point for the
children of a parent tree node which is represented by
TreeNodeItem
.
- TreeInsertChildren() - Constructor for class org.omnifaces.component.tree.TreeInsertChildren
-
- TreeModel<T> - Interface in org.omnifaces.model.tree
-
A generic and simple tree data model which is to be used by
Tree
component.
- TreeNode - Class in org.omnifaces.component.tree
-
The
<o:treeNode>
is an
UIComponent
that represents a single tree node within a parent
Tree
component.
- TreeNode() - Constructor for class org.omnifaces.component.tree.TreeNode
-
- TreeNodeItem - Class in org.omnifaces.component.tree
-
The
<o:treeNodeItem>
is an
UIComponent
that represents a single child tree node within a
parent
TreeNode
component.
- TreeNodeItem() - Constructor for class org.omnifaces.component.tree.TreeNodeItem
-