|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.directwebremoting.webwork.DefaultAjaxTextResult
public class DefaultAjaxTextResult
Default implementation of AjaxTextResult
Constructor Summary | |
---|---|
DefaultAjaxTextResult()
Empty constructor. |
|
DefaultAjaxTextResult(java.lang.String text)
Creates an DefaultAjaxTextResult wrapping the given string. |
Method Summary | |
---|---|
java.lang.String |
getText()
Gets the string representation of the rendered action result. |
void |
setText(java.lang.String text)
Sets the wrapped string. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultAjaxTextResult()
setText(java.lang.String)
public DefaultAjaxTextResult(java.lang.String text)
DefaultAjaxTextResult
wrapping the given string.
text
- the string to be wrappedMethod Detail |
---|
public java.lang.String getText()
AjaxTextResult
getText
in interface AjaxTextResult
AjaxTextResult.getText()
public void setText(java.lang.String text)
text
- the string to be wrapped in this resultpublic java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |