org.jboss.seam.ui.resource
Class WebResource
java.lang.Object
org.jboss.seam.web.AbstractResource
org.jboss.seam.ui.resource.WebResource
@Scope(value=APPLICATION)
@Name(value="org.jboss.seam.ui.resource.webResource")
@Install(precedence=0)
@BypassInterceptors
public class WebResource
- extends org.jboss.seam.web.AbstractResource
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 |
WEB_RESOURCE_PATH
public static final String WEB_RESOURCE_PATH
- See Also:
- Constant Field Values
WebResource
public WebResource()
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 IOException
- Specified by:
getResource
in class org.jboss.seam.web.AbstractResource
- Throws:
IOException
Copyright © 2012 Seam Framework. All Rights Reserved.