RichFaces Core API 4.2.1.CR1

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()

RichFaces Core API 4.2.1.CR1

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