ICEfaces ACE Components 3.3.0
Java API Documentation

org.icefaces.ace.component.dataexporter
Class ExporterResource

java.lang.Object
  extended by javax.faces.application.Resource
      extended by org.icefaces.ace.component.dataexporter.ExporterResource
All Implemented Interfaces:
java.io.Serializable

public class ExporterResource
extends javax.faces.application.Resource
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.faces.application.Resource
COMPONENT_RESOURCE_KEY
 
Constructor Summary
ExporterResource(byte[] bytes)
           
ExporterResource(java.io.InputStream in)
           
 
Method Summary
 java.io.InputStream getInputStream()
           
 java.lang.String getRequestPath()
           
 java.util.Map<java.lang.String,java.lang.String> getResponseHeaders()
           
 java.net.URL getURL()
           
 void setRequestPath(java.lang.String path)
           
 boolean userAgentNeedsUpdate(javax.faces.context.FacesContext context)
           
 
Methods inherited from class javax.faces.application.Resource
getContentType, getLibraryName, getResourceName, setContentType, setLibraryName, setResourceName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExporterResource

public ExporterResource(java.io.InputStream in)

ExporterResource

public ExporterResource(byte[] bytes)
Method Detail

getInputStream

public java.io.InputStream getInputStream()
Specified by:
getInputStream in class javax.faces.application.Resource

getRequestPath

public java.lang.String getRequestPath()
Specified by:
getRequestPath in class javax.faces.application.Resource

setRequestPath

public void setRequestPath(java.lang.String path)

getResponseHeaders

public java.util.Map<java.lang.String,java.lang.String> getResponseHeaders()
Specified by:
getResponseHeaders in class javax.faces.application.Resource

getURL

public java.net.URL getURL()
Specified by:
getURL in class javax.faces.application.Resource

userAgentNeedsUpdate

public boolean userAgentNeedsUpdate(javax.faces.context.FacesContext context)
Specified by:
userAgentNeedsUpdate in class javax.faces.application.Resource

ICEfaces ACE Components 3.3.0
Java API Documentation

Copyright 2013 ICEsoft Technologies Canada Corp., All Rights Reserved.