public class PrescopedAttributeDefinitionFactoryBean extends BaseAttributeDefinitionFactoryBean
PrescopedAttributeDefinitions.| Modifier and Type | Field and Description |
|---|---|
private String |
scopeDelimiter
Delimiter between value and scope.
|
| Constructor and Description |
|---|
PrescopedAttributeDefinitionFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createInstance() |
Class |
getObjectType() |
String |
getScopeDelimiter()
Gets the delimiter between value and scope.
|
void |
setScopeDelimiter(String delimiter)
Sets the delimiter between value and scope.
|
getAttributeEncoders, getDisplayDescriptions, getDisplayNames, getSourceAttributeId, isDependencyOnly, populateAttributeDefinition, setAttributeEncoders, setDependencyOnly, setDisplayDescriptions, setDisplayNames, setSourceAttributeIdgetDependencyIds, getPluginId, setDependencyIds, setPluginIdprivate String scopeDelimiter
public PrescopedAttributeDefinitionFactoryBean()
public Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeangetObjectType in class org.springframework.beans.factory.config.AbstractFactoryBeanpublic String getScopeDelimiter()
public void setScopeDelimiter(String delimiter)
delimiter - delimiter between value and scopeCopyright © 1999-2015. All Rights Reserved.