org.richfaces.resource
Class PushResource

java.lang.Object
  extended by org.richfaces.resource.PushResource
All Implemented Interfaces:
UserResource

public class PushResource
extends Object
implements UserResource

Author:
Nick Belaevski

Constructor Summary
PushResource()
           
 
Method Summary
 int getContentLength()
           
 String getContentType()
           
 InputStream getInputStream()
           
 Date getLastModified()
           
 Map<String,String> getResponseHeaders()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PushResource

public PushResource()
Method Detail

getResponseHeaders

public Map<String,String> getResponseHeaders()
Specified by:
getResponseHeaders in interface UserResource

getLastModified

public Date getLastModified()
Specified by:
getLastModified in interface UserResource

getInputStream

public InputStream getInputStream()
                           throws IOException
Specified by:
getInputStream in interface UserResource
Throws:
IOException

getContentType

public String getContentType()
Specified by:
getContentType in interface UserResource

getContentLength

public int getContentLength()
Specified by:
getContentLength in interface UserResource


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.