org.hippoecm.hst.content.beans.standard
Class BeansWrapper<B extends HippoBean>

java.lang.Object
  extended by org.hippoecm.hst.content.beans.standard.BeansWrapper<B>

public class BeansWrapper<B extends HippoBean>
extends Object


Constructor Summary
BeansWrapper(HippoBean bean)
           
 
Method Summary
 void detach()
           
 B getBean(String relPath, Class<B> beanMappingClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeansWrapper

public BeansWrapper(HippoBean bean)
Method Detail

getBean

public B getBean(String relPath,
                 Class<B> beanMappingClass)

detach

public void detach()


Copyright © 2008-2012 Hippo. All Rights Reserved.