|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.channels.jsp.tree.Config
@Deprecated public class Config
Represents configuration of the JSP Tree control.
| Constructor Summary | |
|---|---|
Config()
Deprecated. Returns an instance of Config with suitable defaults for rendering a very limited view of the tree hierarchy. |
|
| Method Summary | |
|---|---|
void |
addSurrogate(ISurrogate surrogate)
Deprecated. Adds a surrogate suitable for handling translation of tree semantics to calls to a domain object of specific types. |
IDomainActionSet |
getActionSet()
Deprecated. Returns the plugged-in implementation of IDomainActionSet. |
String[] |
getDomainActions()
Deprecated. Returns the set of supported domain action identifiers. |
Map |
getImages()
Deprecated. |
boolean |
getIncludeUnresolveables()
Deprecated. |
String |
getLabelRenderer()
Deprecated. Returns the web application context relative path to a JSP for rendering node and action labels for the tree. |
boolean |
getLazilyLoad()
Deprecated. |
String |
getRenderer()
Deprecated. Returns the web application context relative path to the tree renderer JSP that knows how to render a tree using the classes in this package. |
boolean |
getShowBranches()
Deprecated. |
Map |
getTreeUrlResolvers()
Deprecated. |
boolean |
getViewContainment()
Deprecated. |
void |
setActionSet(IDomainActionSet actionSet)
Deprecated. |
void |
setImages(Map types)
Deprecated. |
void |
setIncludeUnresolveables(boolean includeUnresolveables)
Deprecated. |
void |
setLabelRenderer(String labelRenderer)
Deprecated. Sets the required, web application context relative path to a JSP for rendering action, node, and aspect labels. |
void |
setLazilyLoad(boolean b)
Deprecated. |
void |
setShowBranches(boolean showBranches)
Deprecated. |
void |
setTreeUrlResolver(ITreeActionUrlResolver resolver)
Deprecated. |
void |
setViewContainment(boolean b)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Config()
| Method Detail |
|---|
public String getRenderer()
public String[] getDomainActions()
public void setLabelRenderer(String labelRenderer)
TreeModel = ${requestScope.model}
Current TreeNode = ${requestScope.model.node}
Label Type = ${requestScope.model.labelType} = ['action'|'node'|'aspect']
Current Action = ${requestScope.model.action}
labelRenderer - public String getLabelRenderer()
public void addSurrogate(ISurrogate surrogate)
surrogate - public Map getImages()
public void setImages(Map types)
public boolean getViewContainment()
public void setViewContainment(boolean b)
public boolean getShowBranches()
public void setShowBranches(boolean showBranches)
showBranches - The showBranches to set.public IDomainActionSet getActionSet()
public void setActionSet(IDomainActionSet actionSet)
public Map getTreeUrlResolvers()
public void setTreeUrlResolver(ITreeActionUrlResolver resolver)
public void setIncludeUnresolveables(boolean includeUnresolveables)
public boolean getIncludeUnresolveables()
public boolean getLazilyLoad()
public void setLazilyLoad(boolean b)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||