|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.channels.jsp.tree.BaseSurrogateImpl
org.jasig.portal.channels.jsp.tree.DefaultSurrogate
@Deprecated public class DefaultSurrogate
Provides default resolution of domain objects for presenting in a tree. The class uses object hashCodes for the identifiers of objects and the results of toString() for label data.
| Constructor Summary | |
|---|---|
DefaultSurrogate()
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
canResolve(Object o)
Deprecated. Always returns true since it can resolve any domain object using basic java language constructs for representing the objects in the tree. |
String |
getId(Object o)
Deprecated. Returns the String version of the hash code of the passed-in object. |
Object |
getLabelData(Object o)
Deprecated. Returns the results of calling toString() on the passed in object. |
| Methods inherited from class org.jasig.portal.channels.jsp.tree.BaseSurrogateImpl |
|---|
canContainChildren, getAspects, getChildren, hasAspects, hasChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultSurrogate()
| Method Detail |
|---|
public boolean canResolve(Object o)
public String getId(Object o)
public Object getLabelData(Object o)
getLabelData in interface ISurrogategetLabelData in class BaseSurrogateImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||