|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.rad.genui.AbstractUIFactoryResource<UI>
javax.rad.genui.UIFactoryResource<UI>
UI
- the resource typepublic abstract class UIFactoryResource<UI extends IResource>
The UIFactoryResource
holds the resource per factory. It creates a resource
copy if the resource was initialized as static resource.
Constructor Summary | |
---|---|
UIFactoryResource(UI pResource)
Creates a new instance of UIFactoryResource . |
Method Summary | |
---|---|
abstract boolean |
equals(java.lang.Object pObject)
|
java.lang.Object |
getResource()
Gets the original resource corresponding with this wrapper object. |
abstract int |
hashCode()
|
abstract java.lang.String |
toString()
|
Methods inherited from class javax.rad.genui.AbstractUIFactoryResource |
---|
createCacheKey, getUIResource, setUIResource |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UIFactoryResource(UI pResource)
UIFactoryResource
.
pResource
- the resourceMethod Detail |
---|
public final java.lang.Object getResource()
getResource
in interface IResource
public abstract boolean equals(java.lang.Object pObject)
equals
in class java.lang.Object
public abstract int hashCode()
hashCode
in class java.lang.Object
public abstract java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |