org.springframework.flex.config
Class BeanIds

java.lang.Object
  extended by org.springframework.flex.config.BeanIds

public abstract class BeanIds
extends java.lang.Object

Default bean ids for beans configured with the XML namespace.

Author:
Jeremy Grelle

Field Summary
static java.lang.String ENDPOINT_PROCESSOR_SUFFIX
           
static java.lang.String FLEX_SESSION_AUTHENTICATION_LISTENER
           
static java.lang.String HANDLER_MAPPING_SUFFIX
           
static java.lang.String JSON_CONFIG_MAP_EDITOR_CONFIGURER
           
static java.lang.String LOGIN_COMMAND_SUFFIX
           
static java.lang.String MESSAGE_BROKER
           
static java.lang.String MESSAGE_BROKER_HANDLER_ADAPTER
           
static java.lang.String MESSAGING_PROCESSOR_SUFFIX
           
static java.lang.String REMOTING_ANNOTATION_PROCESSOR
           
static java.lang.String REMOTING_PROCESSOR_SUFFIX
           
static java.lang.String REQUEST_CONTEXT_FILTER
           
static java.lang.String SESSION_FIXATION_PROTECTION_CONFIGURER
           
 
Constructor Summary
BeanIds()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE_BROKER

public static final java.lang.String MESSAGE_BROKER
See Also:
Constant Field Values

FLEX_SESSION_AUTHENTICATION_LISTENER

public static final java.lang.String FLEX_SESSION_AUTHENTICATION_LISTENER
See Also:
Constant Field Values

REQUEST_CONTEXT_FILTER

public static final java.lang.String REQUEST_CONTEXT_FILTER
See Also:
Constant Field Values

SESSION_FIXATION_PROTECTION_CONFIGURER

public static final java.lang.String SESSION_FIXATION_PROTECTION_CONFIGURER
See Also:
Constant Field Values

REMOTING_ANNOTATION_PROCESSOR

public static final java.lang.String REMOTING_ANNOTATION_PROCESSOR
See Also:
Constant Field Values

MESSAGE_BROKER_HANDLER_ADAPTER

public static final java.lang.String MESSAGE_BROKER_HANDLER_ADAPTER
See Also:
Constant Field Values

HANDLER_MAPPING_SUFFIX

public static final java.lang.String HANDLER_MAPPING_SUFFIX
See Also:
Constant Field Values

LOGIN_COMMAND_SUFFIX

public static final java.lang.String LOGIN_COMMAND_SUFFIX
See Also:
Constant Field Values

ENDPOINT_PROCESSOR_SUFFIX

public static final java.lang.String ENDPOINT_PROCESSOR_SUFFIX
See Also:
Constant Field Values

REMOTING_PROCESSOR_SUFFIX

public static final java.lang.String REMOTING_PROCESSOR_SUFFIX
See Also:
Constant Field Values

MESSAGING_PROCESSOR_SUFFIX

public static final java.lang.String MESSAGING_PROCESSOR_SUFFIX
See Also:
Constant Field Values

JSON_CONFIG_MAP_EDITOR_CONFIGURER

public static final java.lang.String JSON_CONFIG_MAP_EDITOR_CONFIGURER
See Also:
Constant Field Values
Constructor Detail

BeanIds

public BeanIds()