|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--lnsc.page.AbstractActionRepresentation
Optional basis for class implementing ActionRepresentation
interface.
Derived classes constructor must fill the protected variables and implement
ActionRepresentation.getRepresentation(lnsc.page.Action)
.
Action representations are assumed serializable (only information about how to generate the representation)!
Constructor Summary | |
AbstractActionRepresentation()
|
Method Summary | |
int |
getOutputCount()
Indicates the number of values in the action representation. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface lnsc.page.ActionRepresentation |
getRepresentation |
Constructor Detail |
public AbstractActionRepresentation()
Method Detail |
public int getOutputCount()
ActionRepresentation
getOutputCount
in interface ActionRepresentation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |