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
-
Method Details
-
getObject
Returns a mapped object for the JCR node indicated by the path.- Parameters:
session
-path
-- Returns:
- a mapped object for the JCR node indicated by the path.
-