|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AliasRegistry
Common interface for managing aliases. Serves as super-interface for
BeanDefinitionRegistry.
| Method Summary | |
|---|---|
java.lang.String[] |
getAliases(java.lang.String name)
Return the aliases for the given name, if defined. |
boolean |
isAlias(java.lang.String beanName)
Determine whether this given name is defines as an alias (as opposed to the name of an actually registered component). |
void |
registerAlias(java.lang.String name,
java.lang.String alias)
Given a name, register an alias for it. |
void |
removeAlias(java.lang.String alias)
Remove the specified alias from this registry. |
| Method Detail |
|---|
void registerAlias(java.lang.String name,
java.lang.String alias)
name - the canonical namealias - the alias to be registered
java.lang.IllegalStateException - if the alias is already in use
and may not be overriddenvoid removeAlias(java.lang.String alias)
alias - the alias to remove
java.lang.IllegalStateException - if no such alias was foundboolean isAlias(java.lang.String beanName)
beanName - the bean name to check
java.lang.String[] getAliases(java.lang.String name)
name - the name to check for aliases
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||