org.apache.cocoon.rest.controller.response
Class Page

java.lang.Object
  extended by org.apache.cocoon.rest.controller.response.Page
All Implemented Interfaces:
RestResponse

public class Page
extends Object
implements RestResponse


Constructor Summary
Page(String uri, Map<String,Object> data)
           
 
Method Summary
 Map<String,Object> getData()
           
 String getUri()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Page

public Page(String uri,
            Map<String,Object> data)
Method Detail

getData

public Map<String,Object> getData()

getUri

public String getUri()


Copyright © 2008 The Apache Software Foundation. All Rights Reserved.