|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.ui.web.impl.WebResource
public abstract class WebResource
Web server implementation of IResource.
| Constructor Summary | |
|---|---|
protected |
WebResource()
Constructs a new WebResource. |
| Method Summary | |
|---|---|
abstract String |
getAsString()
Gets this Object as String. |
static String |
getNullableAsString(WebResource pWebResource)
Gets the WebResource as String or an empty String if the WebResource is null. |
Object |
getResource()
Gets the original resource corresponding with this wrapper object. |
void |
setAsString(String pValue)
Sets this Object as String. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected WebResource()
WebResource.
| Method Detail |
|---|
public String toString()
toString in class Objectpublic Object getResource()
getResource in interface IResourcepublic abstract String getAsString()
public static String getNullableAsString(WebResource pWebResource)
pWebResource - the WebResource.
public void setAsString(String pValue)
pValue - the String.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||