org.jasig.portal.channels.jsp.tree |
|
Java Source File Name | Type | Comment |
BaseSurrogateImpl.java | Class | A base class for surrogates providing default functionality that can be used
by subclasses if appropriate and alleviating them from having to implement
identical methods to conform to the ISurrogate interface. |
Config.java | Class | Represents configuration of the JSP Tree control. |
DefaultDomainActionSet.java | Class | Represents a trivial default implementation of IDomainActionSet that provides
no supported actions for the tree. |
DefaultSurrogate.java | Class | Provides default resolution of domain objects for presenting in a tree. |
IDomainActionSet.java | Interface | |
Images.java | Class | Represents a set of well known keys and the default URL paths for images used
in rendering the tree. |
ISurrogate.java | Interface | Implementations of this class represent an object that knows how to acquire
specific pieces of information needed to present a node in a hierarchical
tree view. |
ITreeActionUrlResolver.java | Interface | If a tree is to support expanding and collapsing portions of the tree then
an implementation of this interface must be provided to the tree to translate
user actions into URLs suitable for the domain in which the tree is being
used and which will cause the appropriate methods on the appropriate tree
nodes to be called. |
Model.java | Class | |
Node.java | Class | |
UrlResolver.java | Class | Special class used in the tree rendering JSP to translate supported JSP Map
semantics to dynamic lookup of a URL for the supported tree actions of
expanding or collapsing children and showing or hiding aspects. |