public class ScopedAttributeDefinitionFactoryBean extends BaseAttributeDefinitionFactoryBean
ScopedAttributeDefinitions.| Modifier and Type | Field and Description |
|---|---|
private String |
scope
Scope of the attribute.
|
| Constructor and Description |
|---|
ScopedAttributeDefinitionFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createInstance() |
Class |
getObjectType() |
String |
getScope()
Gets the scope of the attribute.
|
void |
setScope(String newScope)
Sets the scope of the attribute.
|
getAttributeEncoders, getDisplayDescriptions, getDisplayNames, getSourceAttributeId, isDependencyOnly, populateAttributeDefinition, setAttributeEncoders, setDependencyOnly, setDisplayDescriptions, setDisplayNames, setSourceAttributeIdgetDependencyIds, getPluginId, setDependencyIds, setPluginIdprivate String scope
public ScopedAttributeDefinitionFactoryBean()
public Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeangetObjectType in class org.springframework.beans.factory.config.AbstractFactoryBeanpublic String getScope()
public void setScope(String newScope)
newScope - scope of the attributeCopyright © 1999-2015. All Rights Reserved.