| uk.org.ponder.beanutil.BeanLocator
All known Subclasses: uk.org.ponder.springutil.SpringBeanLocator, uk.org.ponder.rsf.swf.beans.SWFBindingBean, uk.org.ponder.beanutil.support.BeanFieldResolver, uk.org.ponder.beanutil.support.NullBeanLocator, uk.org.ponder.beanutil.entity.BeanExploder, uk.org.ponder.rsf.swf.support.BindingBeanSupport, uk.org.ponder.messageutil.MessageLocator, uk.org.ponder.springutil.BeanFactoryBeanLocator,
BeanLocator | public interface BeanLocator (Code) | | A minimal interface to a bean container, that does not know how to
interpret paths, i.e. container considered as raw HashTable. This is
particularly useful when we want to impose some kind of access control
censoring the root path taken to a derived bean.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
Method Summary | |
public Object | locateBean(String name) Return the bean/object with the specified name.
The supplied argument is a simple name, that is, a single path segment
of an EL path. |
locateBean | public Object locateBean(String name)(Code) | | Return the bean/object with the specified name.
The supplied argument is a simple name, that is, a single path segment
of an EL path.
|
|
|