org.jboss.seam.ui.graphicImage
Class GraphicImageResource

java.lang.Object
  extended by org.jboss.seam.web.AbstractResource
      extended by 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


Field Summary
static java.lang.String GRAPHIC_IMAGE_RESOURCE_PATH
           
 
Constructor Summary
GraphicImageResource()
           
 
Method Summary
 void getResource(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 java.lang.String getResourcePath()
           
 
Methods inherited from class org.jboss.seam.web.AbstractResource
getServletContext, setServletContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GRAPHIC_IMAGE_RESOURCE_PATH

public static final java.lang.String GRAPHIC_IMAGE_RESOURCE_PATH
See Also:
Constant Field Values
Constructor Detail

GraphicImageResource

public GraphicImageResource()
Method Detail

getResourcePath

public java.lang.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,
                        java.io.IOException
Specified by:
getResource in class org.jboss.seam.web.AbstractResource
Throws:
javax.servlet.ServletException
java.io.IOException


Copyright © 2008. All Rights Reserved.