org.jboss.seam.servlet
Class AbstractResource

java.lang.Object
  extended by org.jboss.seam.servlet.AbstractResource
Direct Known Subclasses:
CaptchaImage, Remoting

public abstract class AbstractResource
extends Object


Constructor Summary
AbstractResource()
           
 
Method Summary
abstract  void getResource(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected abstract  String getResourcePath()
           
protected  javax.servlet.ServletContext getServletContext()
           
protected  void setServletContext(javax.servlet.ServletContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractResource

public AbstractResource()
Method Detail

getServletContext

protected javax.servlet.ServletContext getServletContext()

setServletContext

protected void setServletContext(javax.servlet.ServletContext context)

getResource

public abstract void getResource(javax.servlet.http.HttpServletRequest request,
                                 javax.servlet.http.HttpServletResponse response)
                          throws IOException
Throws:
IOException

getResourcePath

protected abstract String getResourcePath()