|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<BristleConfigurationElement>
pl.bristleback.server.bristle.config.BristleConfigurationElement
public enum BristleConfigurationElement
This is an enumeration of Bristleback configurable elements.
Created on: 2011-03-27 12:18:09
| Enum Constant Summary | |
|---|---|
ACTION_ANNOTATION_PROCESSOR
Configuration element used to process action class annotations. |
|
BINDINGS_PROCESSOR
Configuration element used to process binding annotations in action classes. |
|
DEFAULT_BINDING_ENGINE
Default BindingEngine implementation. |
|
DEFAULT_TOKENIZER
Default TokenizerEngine implementation used in adding objects to tokens. |
|
DEFAULT_VALUE_RESOLVER_BIG_DECIMAL
Default BigDecimal value resolver, used in binding operations. |
|
DEFAULT_VALUE_RESOLVER_BIG_INTEGER
Default BigInteger value resolver, used in binding operations. |
|
DEFAULT_VALUE_RESOLVER_BOOLEAN
Default boolean value resolver, used in binding operations. |
|
DEFAULT_VALUE_RESOLVER_DOUBLE
Default integer value resolver, used in binding operations. |
|
DEFAULT_VALUE_RESOLVER_INTEGER
Default integer value resolver, used in binding operations. |
|
DEFAULT_VALUE_RESOLVER_LONG
Default integer value resolver, used in binding operations. |
|
DEFAULT_VALUE_RESOLVER_STRING
Default String value resolver, used in binding operations. |
|
MESSAGE_CONTAINER_RESOLVER
Configuration element used to retrieve message container (message dispatcher and message senders) along with assigning dispatcher and jwebsocket server to senders. |
|
MESSAGE_DISPATCHER
Class that will be used to dispatch messages. |
|
| Method Summary | |
|---|---|
java.lang.Class |
getDefaultImplementationClass()
|
java.lang.Class<?> |
getInterfaceToImplement()
|
java.lang.String |
getPluginSettingName()
|
static BristleConfigurationElement |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BristleConfigurationElement[] |
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 BristleConfigurationElement ACTION_ANNOTATION_PROCESSOR
'bristle.resolvers.action.classes', can be specified in in jwebsocket.xml file.
public static final BristleConfigurationElement MESSAGE_DISPATCHER
'bristle.defaults.message.dispatcher' in jwebsocket.xml file.
public static final BristleConfigurationElement DEFAULT_TOKENIZER
TokenizerEngine implementation used in adding objects to tokens.
Can be specified by setting 'bristle.defaults.tokenizer' plugin property in jwebsocket.xml file.
public static final BristleConfigurationElement DEFAULT_BINDING_ENGINE
BindingEngine implementation.
Can be specified by setting 'bristle.defaults.binding.engine' plugin property in jwebsocket.xml file.
public static final BristleConfigurationElement BINDINGS_PROCESSOR
'bristle.resolvers.bindings' plugin property in jwebsocket.xml file.
public static final BristleConfigurationElement MESSAGE_CONTAINER_RESOLVER
'bristle.resolvers.message.container' plugin property in jwebsocket.xml file.
public static final BristleConfigurationElement DEFAULT_VALUE_RESOLVER_BOOLEAN
'bristle.resolvers.property.boolean' plugin property in jwebsocket.xml file.
public static final BristleConfigurationElement DEFAULT_VALUE_RESOLVER_INTEGER
'bristle.resolvers.property.integer' plugin property in jwebsocket.xml file.
public static final BristleConfigurationElement DEFAULT_VALUE_RESOLVER_LONG
'bristle.resolvers.property.long' plugin property in jwebsocket.xml file.
public static final BristleConfigurationElement DEFAULT_VALUE_RESOLVER_DOUBLE
'bristle.resolvers.property.double' plugin property in jwebsocket.xml file.
public static final BristleConfigurationElement DEFAULT_VALUE_RESOLVER_STRING
'bristle.resolvers.property.string' plugin property in jwebsocket.xml file.
public static final BristleConfigurationElement DEFAULT_VALUE_RESOLVER_BIG_DECIMAL
'bristle.resolvers.property.bigDecimal' plugin property in jwebsocket.xml file.
public static final BristleConfigurationElement DEFAULT_VALUE_RESOLVER_BIG_INTEGER
'bristle.resolvers.property.bigInteger' plugin property in jwebsocket.xml file.
| Method Detail |
|---|
public static BristleConfigurationElement[] values()
for (BristleConfigurationElement c : BristleConfigurationElement.values()) System.out.println(c);
public static BristleConfigurationElement 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 java.lang.Class<?> getInterfaceToImplement()
public java.lang.Class getDefaultImplementationClass()
public java.lang.String getPluginSettingName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||