org.apache.cocoon.rest.controller.response
Class Status
java.lang.Object
org.apache.cocoon.rest.controller.response.Status
- All Implemented Interfaces:
- RestResponse
public class Status
- extends Object
- implements RestResponse
Constructor Summary |
Status(int status)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Status
public Status(int status)
getStatus
public int getStatus()
setup
public RestResponseMetaData setup(Map<String,Object> inputParameters)
- Specified by:
setup
in interface RestResponse
execute
public void execute(OutputStream outputStream)
throws Exception
- Specified by:
execute
in interface RestResponse
- Throws:
Exception
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.