org.richfaces.resource
Interface UserResource

All Superinterfaces:
ContentProducerResource
All Known Implementing Classes:
AbstractJSONResource, AbstractUserResource

public interface UserResource
extends ContentProducerResource

Author:
Nick Belaevski

Method Summary
 int getContentLength()
           
 String getContentType()
           
 Date getLastModified()
           
 Map<String,String> getResponseHeaders()
           
 
Methods inherited from interface org.richfaces.resource.ContentProducerResource
encode
 

Method Detail

getResponseHeaders

Map<String,String> getResponseHeaders()

getLastModified

Date getLastModified()

getContentType

String getContentType()

getContentLength

int getContentLength()


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