| java.lang.Object org.wings.Resource org.wings.resource.StringResource
StringResource | public class StringResource extends Resource (Code) | | For externalizing a string as a resource.
author: Holger Engels |
externalizerFlags | protected int externalizerFlags(Code) | | Flags that influence the behaviour of the externalize manager
|
StringResource | public StringResource(String string)(Code) | | Default c'tor externalizing this resource as text/plain MIME document.
Parameters: string - |
getExternalizerFlags | public int getExternalizerFlags()(Code) | | |
getId | public String getId()(Code) | | Get the id that identifies this resource as an externalized object.
If the object has not been externalized yet, it will be externalized.
the externalization id |
getLength | public int getLength()(Code) | | |
|
|