| org.sakaiproject.metaobj.utils.mvc.impl.BeanWrapperBase org.sakaiproject.metaobj.utils.mvc.impl.MixedBeanWrapper
MixedBeanWrapper | public class MixedBeanWrapper extends BeanWrapperBase (Code) | | Created by IntelliJ IDEA.
User: John Ellis
Date: Apr 23, 2004
Time: 3:14:04 PM
To change this template use File | Settings | File Templates.
|
MixedBeanWrapper | public MixedBeanWrapper()(Code) | | |
MixedBeanWrapper | public MixedBeanWrapper(Object object) throws BeansException(Code) | | Create new BeanWrapperImpl for the given object.
Parameters: object - object wrapped by this BeanWrapper. throws: org.springframework.beans.BeansException - if the object cannot be wrapped by a BeanWrapper |
MixedBeanWrapper | public MixedBeanWrapper(Object object, String nestedPath, Object rootObject) throws BeansException(Code) | | Create new BeanWrapperImpl for the given object,
registering a nested path that the object is in.
Parameters: object - object wrapped by this BeanWrapper. Parameters: nestedPath - the nested path of the object Parameters: rootObject - the root object at the top of the path throws: org.springframework.beans.BeansException - if the object cannot be wrapped by a BeanWrapper |
createNestedWrapper | protected BeanWrapperImpl createNestedWrapper(String parentPath, String nestedProperty)(Code) | | |
|
|