当前页面:
在线文档首页 >
JBoss Seam 1.2.0 patch1 API 英文版文档
AbstractResource (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档
org.jboss.seam.servlet
Class AbstractResource
java.lang.Object
org.jboss.seam.servlet.AbstractResource
- Direct Known Subclasses:
- CaptchaImage
public abstract class AbstractResource
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractResource
public AbstractResource()
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()