org.mule.transport.servlet
Class JarResourceServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.mule.transport.servlet.JarResourceServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class JarResourceServlet
- 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_PATH_SPEC
public static final String DEFAULT_PATH_SPEC
- See Also:
- Constant Field Values
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
JarResourceServlet
public JarResourceServlet()
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-2014 MuleSoft, Inc.. All Rights Reserved.