|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.channels.CNumberGuess
@Deprecated public class CNumberGuess
A number guessing game which asks the user to enter a number within a certain range as determined by this channel's parameters.
| Constructor Summary | |
|---|---|
CNumberGuess()
Deprecated. Constructs a CNumberGuess. |
|
| Method Summary | |
|---|---|
ChannelRuntimeProperties |
getRuntimeProperties()
Deprecated. Returns channel runtime properties |
void |
receiveEvent(PortalEvent ev)
Deprecated. Processes layout-level events coming from the portal |
void |
renderXML(ContentHandler out)
Deprecated. Output channel content to the portal |
void |
setRuntimeData(ChannelRuntimeData rd)
Deprecated. Receives channel runtime data from the portal and processes actions passed to it. |
void |
setStaticData(ChannelStaticData sd)
Deprecated. Receive static channel data from the portal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CNumberGuess()
| Method Detail |
|---|
public ChannelRuntimeProperties getRuntimeProperties()
getRuntimeProperties in interface IChannelChannelRuntimePropertiespublic void receiveEvent(PortalEvent ev)
receiveEvent in interface IChannelev - a portal layout eventPortalEventpublic void setStaticData(ChannelStaticData sd)
setStaticData in interface IChannelsd - static channel dataChannelStaticDatapublic void setRuntimeData(ChannelRuntimeData rd)
setRuntimeData in interface IChannelrd - handle to channel runtime dataChannelRuntimeData
public void renderXML(ContentHandler out)
throws PortalException
renderXML in interface IChannelout - a sax document handler
PortalException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||