| java.lang.Object org.springframework.beans.factory.parsing.AliasDefinition
AliasDefinition | public AliasDefinition(String beanName, String alias)(Code) | | Create a new AliasDefinition.
Parameters: beanName - the canonical name of the bean Parameters: alias - the alias registered for the bean |
AliasDefinition | public AliasDefinition(String beanName, String alias, Object source)(Code) | | Create a new AliasDefinition.
Parameters: beanName - the canonical name of the bean Parameters: alias - the alias registered for the bean Parameters: source - the source object (may be null ) |
getAlias | public String getAlias()(Code) | | Return the alias registered for the bean.
|
getBeanName | public String getBeanName()(Code) | | Return the canonical name of the bean.
|
|
|