- 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
-  
- throwConverterException() - Method in class org.omnifaces.util.Messages.Message
- 
- throwConverterException(String, Object...) - Static method in class org.omnifaces.util.Messages
- 
Throw a  ConverterException with an ERROR faces message with the given message body which is formatted
 with the given parameters. 
- throwValidatorException() - Method in class org.omnifaces.util.Messages.Message
- 
- throwValidatorException(String, Object...) - Static method in class org.omnifaces.util.Messages
- 
Throw a  ValidatorException with an ERROR faces message with the given message body which is formatted
 with the given parameters. 
- TimeToLiveCache - Class in org.omnifaces.util.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.util.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. 
- ToCollectionConverter - Class in org.omnifaces.converter
- 
 The  omnifaces.ToCollectionConverter is intented to convert submitted  String values to a Java
 collection based on a delimiter. 
- ToCollectionConverter() - Constructor for class org.omnifaces.converter.ToCollectionConverter
-  
- toJson(Object) - Static method in class org.omnifaces.el.functions.Converters
- 
Encode given object as JSON. 
- ToLowerCaseConverter - Class in org.omnifaces.converter
- 
 The  omnifaces.ToLowerCaseConverter is intented to convert submitted  String values to lower case
 based on current  Locale. 
- ToLowerCaseConverter() - Constructor for class org.omnifaces.converter.ToLowerCaseConverter
-  
- 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<? extends 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.
 
- toString() - Method in enum org.omnifaces.resourcehandler.WebAppManifest.Category
-  
- toString() - Method in enum org.omnifaces.resourcehandler.WebAppManifest.Dir
-  
- toString() - Method in enum org.omnifaces.resourcehandler.WebAppManifest.Display
-  
- toString() - Method in enum org.omnifaces.resourcehandler.WebAppManifest.Orientation
-  
- toString() - Method in enum org.omnifaces.resourcehandler.WebAppManifest.Platform
-  
- toString() - Method in class org.omnifaces.util.MapWrapper
-  
- toString() - Method in class org.omnifaces.util.Reflection.PropertyPath
- 
Returns the property path as string, conform the EL rules. 
- ToUpperCaseConverter - Class in org.omnifaces.converter
- 
 The  omnifaces.ToUpperCaseConverter is intented to convert submitted  String values to upper case
 based on current  Locale. 
- ToUpperCaseConverter() - Constructor for class org.omnifaces.converter.ToUpperCaseConverter
-  
- toZonedDateTime(D) - Static method in class org.omnifaces.util.Utils
- 
- toZoneId(Z) - Static method in class org.omnifaces.util.Utils
- 
- 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 nullas 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
-  
- TrimConverter - Class in org.omnifaces.converter
- 
 The  omnifaces.TrimConverter is intented to trim any whitespace from submitted  String values. 
- TrimConverter() - Constructor for class org.omnifaces.converter.TrimConverter
-