public class PrescopedAttributeDefinitionFactoryBean extends BaseAttributeDefinitionFactoryBean
PrescopedAttributeDefinition
s.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, setSourceAttributeId
getDependencyIds, getPluginId, setDependencyIds, setPluginId
private String scopeDelimiter
public PrescopedAttributeDefinitionFactoryBean()
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean
public String getScopeDelimiter()
public void setScopeDelimiter(String delimiter)
delimiter
- delimiter between value and scopeCopyright © 1999-2012. All Rights Reserved.