org.hippoecm.hst.pagecomposer.jaxrs.model
Class PostRepresentation<T extends ComponentRepresentation>

java.lang.Object
  extended by 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$

Constructor Summary
PostRepresentation()
           
 
Method Summary
 T getData()
           
 void setData(T data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostRepresentation

public PostRepresentation()
Method Detail

getData

public T getData()

setData

public void setData(T data)


Copyright © 2008-2012 Hippo. All Rights Reserved.