- 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
-
- 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 query string to request parameter values map.
- toString() - Method in class org.omnifaces.model.tree.AbstractTreeModel
-
- 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
-
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
-
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
-
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
-
- tryScanAndStoreViews(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
-
Checks if resources haven't been scanned yet, and if not does scanning and stores the result at the designated
location "org.omnifaces.facesviews" in the ServletContext.