|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.japano.action.PingPongContext
public class PingPongContext
A ping pong context encapsulates an ping pong action instance
and a numeric ping pong id to retrieve the instance again on client invocation.
Page implementations use Session.createPingPongAction(String)
to obtain
ping pong context.
Session.createPingPongAction(String)
Constructor Summary | |
---|---|
PingPongContext(java.lang.String name,
PingPongAction action)
Creates a new instance of PingPongContext |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
PingPongAction |
getAction()
Returns the ping pong action that was created for this context. |
java.lang.String |
getName()
Returns the qualified name for the action. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PingPongContext(java.lang.String name, PingPongAction action)
Method Detail |
---|
public PingPongAction getAction()
public java.lang.String getName()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |