|
||||||||||
| 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
@Deprecated public abstract class BaseSurrogateImpl
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.
| Constructor Summary | |
|---|---|
BaseSurrogateImpl()
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
canContainChildren(Object o)
Deprecated. Returns false meaning that the domain object can't contain children. |
Object[] |
getAspects(Object o)
Deprecated. Returns null meaning that the domain object has no aspects. |
Object[] |
getChildren(Object o)
Deprecated. Returns null meaning that the domain object has no children. |
Object |
getLabelData(Object o)
Deprecated. Returns null meaning that the domain object has no object specific label data for use in custome rendering. |
boolean |
hasAspects(Object o)
Deprecated. Returns false meaning that the domain object has no aspects. |
boolean |
hasChildren(Object o)
Deprecated. Returns false meaning that the domain object has no children. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jasig.portal.channels.jsp.tree.ISurrogate |
|---|
canResolve, getId |
| Constructor Detail |
|---|
public BaseSurrogateImpl()
| Method Detail |
|---|
public Object[] getAspects(Object o)
getAspects in interface ISurrogatepublic Object[] getChildren(Object o)
getChildren in interface ISurrogatepublic Object getLabelData(Object o)
getLabelData in interface ISurrogatepublic boolean hasAspects(Object o)
hasAspects in interface ISurrogatepublic boolean hasChildren(Object o)
hasChildren in interface ISurrogatepublic boolean canContainChildren(Object o)
canContainChildren in interface ISurrogate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||