|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.directwebremoting.extend.ScriptConduit
org.directwebremoting.dwrp.OutputAlarm.AlarmScriptConduit
protected class OutputAlarm.AlarmScriptConduit
Field Summary |
---|
Fields inherited from class org.directwebremoting.extend.ScriptConduit |
---|
RANK_FAST, RANK_PROCEDURAL, RANK_SLOW |
Constructor Summary | |
---|---|
protected |
OutputAlarm.AlarmScriptConduit()
Create an AlarmScriptConduit |
Method Summary | |
---|---|
boolean |
addScript(ScriptBuffer script)
Add a script to the list bound for remote execution. |
Methods inherited from class org.directwebremoting.extend.ScriptConduit |
---|
compareTo, equals, getRank, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected OutputAlarm.AlarmScriptConduit()
Method Detail |
---|
public boolean addScript(ScriptBuffer script)
ScriptConduit
It is not an error to refuse to handle the script and return false, it
just indicates that this ScriptConduit did not accept the script.
If the ScriptConduit can no longer function then it should throw an
exception and it will be asumed to be no longer useful.
If you want to implement this method then you will probably be doing
something like calling ServletOutputStream#print(String)
and
passing in the results of calling ScriptBufferUtil.createOutput().
addScript
in class ScriptConduit
script
- The script to execute
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |