| java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet com.salmonllc.servlets.SalmonPropsPath
SalmonPropsPath | public class SalmonPropsPath extends HttpServlet (Code) | | This class can be used to set the salmon properties path without the -D command line switch
To use it, add this servlet to the web.xml file of one of your web applications. Then add the init property
salmon.props.path and use it to specify the properties.
SalmonPropsPath
com.salmonllc.servlets.SalmonPropsPath
1
salmon.props.path
PATH_DIRECTORY
|
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|