|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.application.Resource
javax.faces.application.ResourceWrapper
de.iai.ilcd.webgui.controller.admin.DataExportResource
public class DataExportResource
Proxy Resource for the ILCD Service downloads
Field Summary | |
---|---|
static java.lang.String |
CONTENT_TYPE
MIME type to set |
static org.slf4j.Logger |
logger
|
static java.lang.String |
RESOURCE_NAME
Name of the resource |
Fields inherited from class javax.faces.application.Resource |
---|
COMPONENT_RESOURCE_KEY |
Constructor Summary | |
---|---|
DataExportResource()
Create the handler |
Method Summary | |
---|---|
java.io.InputStream |
getInputStream()
|
java.lang.String |
getRequestPath()
|
java.util.Map<java.lang.String,java.lang.String> |
getResponseHeaders()
|
java.net.URL |
getURL()
|
javax.faces.application.Resource |
getWrapped()
|
boolean |
userAgentNeedsUpdate(javax.faces.context.FacesContext arg0)
|
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 |
Field Detail |
---|
public static org.slf4j.Logger logger
public static final java.lang.String CONTENT_TYPE
public static final java.lang.String RESOURCE_NAME
Constructor Detail |
---|
public DataExportResource()
Method Detail |
---|
public java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in class javax.faces.application.ResourceWrapper
java.io.IOException
public java.lang.String getRequestPath()
getRequestPath
in class javax.faces.application.ResourceWrapper
public java.util.Map<java.lang.String,java.lang.String> getResponseHeaders()
getResponseHeaders
in class javax.faces.application.ResourceWrapper
public java.net.URL getURL()
getURL
in class javax.faces.application.ResourceWrapper
public boolean userAgentNeedsUpdate(javax.faces.context.FacesContext arg0)
userAgentNeedsUpdate
in class javax.faces.application.ResourceWrapper
public javax.faces.application.Resource getWrapped()
getWrapped
in interface javax.faces.FacesWrapper<javax.faces.application.Resource>
getWrapped
in class javax.faces.application.ResourceWrapper
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |