com.googlecode.fascinator.portal.services
Class HttpStatusCodeResponse
java.lang.Object
com.googlecode.fascinator.portal.services.HttpStatusCodeResponse
- All Implemented Interfaces:
- org.apache.tapestry5.StreamResponse
public class HttpStatusCodeResponse
- extends Object
- implements org.apache.tapestry5.StreamResponse
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpStatusCodeResponse
public HttpStatusCodeResponse(int sc,
String message)
getContentType
public String getContentType()
- Specified by:
getContentType in interface org.apache.tapestry5.StreamResponse
getStream
public InputStream getStream()
throws IOException
- Specified by:
getStream in interface org.apache.tapestry5.StreamResponse
- Throws:
IOException
prepareResponse
public void prepareResponse(org.apache.tapestry5.services.Response response)
- Specified by:
prepareResponse in interface org.apache.tapestry5.StreamResponse
Copyright © 2009-2014. All Rights Reserved.