|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DbPageContextService>
fr.paris.lutece.plugins.dbpage.service.DbPageContextService
public enum DbPageContextService
This class provides a way to use Spring Framework ligthweight containers offering IoC (Inversion of Control) features.
http://www.springframework.org
Enum Constant Summary | |
---|---|
INSTANCE
Implementation of a singleton instance |
Method Summary | |
---|---|
static java.lang.Object |
getBean(java.lang.String strName)
Return an instance, which may be shared or independent, of the given bean name. |
static java.lang.Object |
getPluginBean(java.lang.String strPluginName,
java.lang.String strName)
Return an instance of the given bean name loaded by the a Spring BeanFactory. |
static DbPageContextService |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DbPageContextService[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DbPageContextService INSTANCE
Method Detail |
---|
public static DbPageContextService[] values()
for (DbPageContextService c : DbPageContextService.values()) System.out.println(c);
public static DbPageContextService valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static java.lang.Object getBean(java.lang.String strName)
strName
- The bean's name
public static java.lang.Object getPluginBean(java.lang.String strPluginName, java.lang.String strName)
strPluginName
- The Plugin's namestrName
- The bean's name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |