|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisidia.misc.property.cell.handler.ClassIdentifierCellHandler
public abstract class ClassIdentifierCellHandler
ClassIdentifierCellHandler is the abstract base class for handling requests on ClassIdentifier instanceTypes. It is involved in a pattern "chain of responsability".
Field Summary | |
---|---|
protected ClassIdentifierCellHandler |
successor
The successor. |
Constructor Summary | |
---|---|
ClassIdentifierCellHandler()
|
Method Summary | |
---|---|
abstract java.lang.Class<?> |
getLoaderType()
Gets the loader type. |
abstract java.lang.Class<?> |
getObjectType()
Gets the object type. |
abstract java.lang.String |
getPath()
Gets the path. |
ClassIdentifierCellHandler |
getSuccessor()
Gets the successor. |
abstract boolean |
matchType(java.lang.Class<?> instanceType)
Match type. |
void |
setSuccessor(ClassIdentifierCellHandler successor)
Sets the successor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ClassIdentifierCellHandler successor
Constructor Detail |
---|
public ClassIdentifierCellHandler()
Method Detail |
---|
public ClassIdentifierCellHandler getSuccessor()
public void setSuccessor(ClassIdentifierCellHandler successor)
successor
- the new successorpublic abstract java.lang.String getPath()
public abstract java.lang.Class<?> getLoaderType()
public abstract java.lang.Class<?> getObjectType()
public abstract boolean matchType(java.lang.Class<?> instanceType)
instanceType
- the instance type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |