Package org.hippoecm.hst.content.beans
Interface SimpleObjectConverter
-
public interface SimpleObjectConverter
SimpleObjectConverter which is responsible for basic Object-JCR Node mapping.- Version:
- $Id$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getObject(Session session, String path)
Returns a mapped object for the JCR node indicated by the path.
-