org.jboss.seam.ui.resource
Class StyleResource
java.lang.Object
org.jboss.seam.web.AbstractResource
org.jboss.seam.ui.resource.StyleResource
@Scope(value=APPLICATION)
@Name(value="org.jboss.seam.ui.resource.styleResource")
@Install(precedence=0)
@BypassInterceptors
public class StyleResource
- extends org.jboss.seam.web.AbstractResource
Serve up stylesheets which are have been run through the EL Interpolator.
- Author:
- pmuir
Method Summary |
void |
doWork(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
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 |
WEB_RESOURCE_PATH
public static final java.lang.String WEB_RESOURCE_PATH
- See Also:
- Constant Field Values
StyleResource
public StyleResource()
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
doWork
public void doWork(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
- Throws:
java.io.IOException
getResourcePath
public java.lang.String getResourcePath()
- Specified by:
getResourcePath
in class org.jboss.seam.web.AbstractResource
Copyright © 2008. All Rights Reserved.