|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.services.resource.BankFrameResourceFactory
This class creates an instance of a BankFrameResource.
| Field Summary | |
static java.lang.String |
FACTORY_PROPERTY
This java property specifies the BankframeResourceBundle to use |
| Method Summary | |
static BankFrameResource |
getInstance()
This method creates an instance of a BankFrameResource. |
static BankFrameResource |
getInstance(java.lang.String resourceName)
This method creates an instance of a BankFrameResource. |
static BankFrameResource |
getInstance(java.net.URL resourceUrl)
This method creates an instance of a BankFrameResource. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String FACTORY_PROPERTY
| Method Detail |
public static BankFrameResource getInstance(java.lang.String resourceName)
resourceName - the name of the resource
BankFrameResource instance createdpublic static BankFrameResource getInstance()
BankFrameResource instance createdpublic static BankFrameResource getInstance(java.net.URL resourceUrl)
resourceUrl - the URL of the resource
BankFrameResource instance created
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||