| org.sakaiproject.metaobj.utils.mvc.impl.BeanWrapperBase org.sakaiproject.metaobj.utils.mvc.impl.MapWrapper
Field Summary | |
final protected Log | logger |
Constructor Summary | |
public | MapWrapper() | public | MapWrapper(Object object) Create new BeanWrapperImpl for the given object. | public | MapWrapper(Map object, String nestedPath, Object rootObject) Create new BeanWrapperImpl for the given object,
registering a nested path that the object is in. |
logger | final protected Log logger(Code) | | |
MapWrapper | public MapWrapper()(Code) | | |
MapWrapper | public MapWrapper(Object object) throws BeansException(Code) | | Create new BeanWrapperImpl for the given object.
Parameters: object - object wrapped by this BeanWrapper. throws: BeansException - if the object cannot be wrapped by a BeanWrapper |
MapWrapper | public MapWrapper(Map 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) | | |
getPropertyType | public Class getPropertyType(String propertyName) throws BeansException(Code) | | |
getPropertyValue | public Object getPropertyValue(String propertyName) throws BeansException(Code) | | |
setPropertyValue | public void setPropertyValue(String propertyName, Object value) throws BeansException(Code) | | |
|
|