|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.asterisk.fastagi.command.AGICommand net.sf.asterisk.fastagi.command.SetContextCommand
public class SetContextCommand
Sets the context for continuation upon exiting the application.
Constructor Summary | |
---|---|
SetContextCommand(java.lang.String context)
Creates a new SetPriorityCommand. |
Method Summary | |
---|---|
java.lang.String |
buildCommand()
Returns a string suitable to be sent to asterisk. |
java.lang.String |
getContext()
Returns the context for continuation upon exiting the application. |
void |
setContext(java.lang.String context)
Sets the context for continuation upon exiting the application. |
Methods inherited from class net.sf.asterisk.fastagi.command.AGICommand |
---|
escapeAndQuote, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SetContextCommand(java.lang.String context)
context
- the context for continuation upon exiting the application.Method Detail |
---|
public java.lang.String getContext()
public void setContext(java.lang.String context)
context
- the context for continuation upon exiting the application.public java.lang.String buildCommand()
AGICommand
buildCommand
in class AGICommand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |