@Component(value="ui_ThemeResource") @Scope(value="prototype") public class ThemeResourceImpl extends AbstractResource implements WebResource, ThemeResource
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
path |
hasSource, resource, resourceUpdateHandler| Constructor and Description |
|---|
ThemeResourceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createResource() |
java.lang.String |
getPath() |
ThemeResource |
setPath(java.lang.String path) |
fireResourceUpdateEvent, getResource, hasSource, setResourceUpdatedHandlerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResource, hasSourcepublic ThemeResource setPath(java.lang.String path)
setPath in interface ThemeResourcepath - path to the theme resource, e.g. "some/path/image.png"public java.lang.String getPath()
getPath in interface ThemeResourceprotected void createResource()
createResource in class AbstractResource