rewrite-api-el 2.0.0.Beta3

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)
          Resolve the EL name of the given Class bean type.
 

Method Detail

getBeanName

String getBeanName(Class<?> clazz)
Resolve the EL name of the given Class bean type.


rewrite-api-el 2.0.0.Beta3

Copyright © 2013 OCPsoft. All Rights Reserved.