org.hippoecm.hst.pagecomposer.jaxrs.model
Class PostRepresentation<T extends ComponentRepresentation>
java.lang.Object
org.hippoecm.hst.pagecomposer.jaxrs.model.PostRepresentation<T>
public class PostRepresentation<T extends ComponentRepresentation>
- extends Object
Temporary helper class that is used to load an object (an instance of ComponentRepresentation
) from an
EXT json post.
It should be possible to let CFX do this for us, didn't get that to work just yet, hence this helper class.
- Version:
- $Id$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostRepresentation
public PostRepresentation()
getData
public T getData()
setData
public void setData(T data)
Copyright © 2008-2012 Hippo. All Rights Reserved.