Package org.ocpsoft.rewrite.el.spi
Interface BeanNameResolver
- All Known Implementing Classes:
DefaultBeanNameResolver
public interface BeanNameResolver
Implementations of this interfaces are able to obtain the name of a bean in the EL context by its type.
- Author:
- Christian Kaltepoth
-
Method Summary
Modifier and TypeMethodDescriptiongetBeanName(Class<?> clazz) Resolve the EL name of the givenClassbean type.
-
Method Details
-
getBeanName
Resolve the EL name of the givenClassbean type.
-