This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.cocoon.rest.controller.response
Class Status
java.lang.Object
   org.apache.cocoon.rest.controller.response.Status
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:
- setupin interface- RestResponse
 
- 
 
execute
public void execute(OutputStream outputStream)
             throws Exception
- 
- Specified by:
- executein interface- RestResponse
 
- 
- Throws:
- Exception
 
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.