org.hippoecm.hst.content.beans
Interface SimpleObjectConverter
- All Known Implementing Classes:
- HstObjectConverterImpl
public interface SimpleObjectConverter
SimpleObjectConverter which is responsible for basic Object-JCR Node mapping.
- Version:
- $Id: SimpleObjectConverter.java 17324 2009-04-17 10:20:50Z aschrijvers $
Method Summary |
Object |
getObject(javax.jcr.Session session,
String path)
Returns a mapped object for the JCR node indicated by the path. |
getObject
Object getObject(javax.jcr.Session session,
String path)
- Returns a mapped object for the JCR node indicated by the path.
- Parameters:
session
- path
-
- Returns:
Copyright © 2008-2012 Hippo. All Rights Reserved.