RichFaces Core API 4.3.3.Final

org.richfaces.resource
Class AbstractUserResource

java.lang.Object
  extended by org.richfaces.resource.AbstractUserResource
All Implemented Interfaces:
ContentProducerResource, UserResource
Direct Known Subclasses:
AbstractJSONResource

public abstract class AbstractUserResource
extends Object
implements UserResource

Author:
Nick Belaevski

Constructor Summary
AbstractUserResource()
           
 
Method Summary
 int getContentLength()
           
 Date getLastModified()
           
 Map<String,String> getResponseHeaders()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.richfaces.resource.UserResource
getContentType
 
Methods inherited from interface org.richfaces.resource.ContentProducerResource
encode
 

Constructor Detail

AbstractUserResource

public AbstractUserResource()
Method Detail

getResponseHeaders

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

getLastModified

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

getContentLength

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

RichFaces Core API 4.3.3.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.