org.mule.transport.ajax
Class MuleJarResourcesServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.mule.transport.ajax.MuleJarResourcesServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class MuleJarResourcesServlet
- extends HttpServlet
A servlet for loading resources loaded in jar files
- See Also:
- Serialized Form
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_BASE_PATH
public static final String DEFAULT_BASE_PATH
- See Also:
- Constant Field Values
DEFAULT_MIME_TYPE
public static final String DEFAULT_MIME_TYPE
- See Also:
- Constant Field Values
MuleJarResourcesServlet
public MuleJarResourcesServlet()
doGet
protected void doGet(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
- Overrides:
doGet in class HttpServlet
- Throws:
ServletException
IOException
getBasepath
public String getBasepath()
setBasepath
public void setBasepath(String basepath)
Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.