|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.services.resource.BankFrameResourceFactory
public class BankFrameResourceFactory
This class creates an instance of a BankFrameResource.
Field Summary | |
---|---|
static 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(String resourceName)
This method creates an instance of a BankFrameResource. |
static BankFrameResource |
getInstance(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 String FACTORY_PROPERTY
Method Detail |
---|
public static BankFrameResource getInstance(String resourceName)
resourceName
- the name of the resource
BankFrameResource
instance createdpublic static BankFrameResource getInstance()
BankFrameResource
instance createdpublic static BankFrameResource getInstance(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 |