rewrite-api-el 1.1.0.Final

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
 String getBeanName(Class<?> clazz)
           
 

Method Detail

getBeanName

String getBeanName(Class<?> clazz)

rewrite-api-el 1.1.0.Final

Copyright © 2012 OCPsoft. All Rights Reserved.