org.jboss.seam.ui.graphicImage
Class GraphicImageResource
java.lang.Object
org.jboss.seam.web.AbstractResource
org.jboss.seam.ui.graphicImage.GraphicImageResource
@Scope(value=APPLICATION)
@Name(value="org.jboss.seam.ui.graphicImage.graphicImageResource")
@Install(precedence=0)
@BypassInterceptors
public class GraphicImageResource
- extends org.jboss.seam.web.AbstractResource
Serves images from the image store
Methods inherited from class org.jboss.seam.web.AbstractResource |
getServletContext, isCompressedMimeType, isGzipEnabled, selectOutputStream, setServletContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GRAPHIC_IMAGE_RESOURCE_PATH
public static final String GRAPHIC_IMAGE_RESOURCE_PATH
- See Also:
- Constant Field Values
GraphicImageResource
public GraphicImageResource()
getResourcePath
public String getResourcePath()
- Specified by:
getResourcePath
in class org.jboss.seam.web.AbstractResource
getResource
public void getResource(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- Specified by:
getResource
in class org.jboss.seam.web.AbstractResource
- Throws:
javax.servlet.ServletException
IOException
Copyright © 2013 Seam Framework. All Rights Reserved.