| java.lang.Object Acme.Serve.Serve Acme.Serve.Main rogatkin.web.WebApp
Inner Class :public static interface ServiceController | |
RUN_DESCRIPTOR | final public static String RUN_DESCRIPTOR(Code) | | |
main | public static void main(String[] args)(Code) | | args,1st specifies .war file location others can match standard If no parameters specifies it considered as all in one and takes run descriptorfrom /app/rundescriptor rundescriptor file has multiple lines, 1st define command line argument following define names of .wars in /app/ |
Methods inherited from Acme.Serve.Serve | public void addDefaultServlets(String cgi)(Code)(Java Doc) public void addDefaultServlets(String cgi, String throttles) throws IOException(Code)(Java Doc) public void addServlet(String urlPat, String className)(Code)(Java Doc) public void addServlet(String urlPat, String className, Hashtable initParams)(Code)(Java Doc) public void addServlet(String urlPat, Servlet servlet)(Code)(Java Doc) public void addServlet(String urlPat, Servlet servlet, Hashtable initParams)(Code)(Java Doc) protected ServerSocket createServerSocket() throws IOException(Code)(Java Doc) public void destroyAllServlets()(Code)(Java Doc) public void forward(ServletRequest _request, ServletResponse _response) throws ServletException, java.io.IOException(Code)(Java Doc) public Object getAttribute(String name)(Code)(Java Doc) public Enumeration getAttributeNames()(Code)(Java Doc) public ServletContext getContext(String uripath)(Code)(Java Doc) public String getInitParameter(String param)(Code)(Java Doc) public Enumeration getInitParameterNames()(Code)(Java Doc) public int getMajorVersion()(Code)(Java Doc) public String getMimeType(String file)(Code)(Java Doc) public int getMinorVersion()(Code)(Java Doc) public RequestDispatcher getNamedDispatcher(String name)(Code)(Java Doc) public String getRealPath(String path)(Code)(Java Doc) public RequestDispatcher getRequestDispatcher(String urlpath)(Code)(Java Doc) public URL getResource(String path) throws MalformedURLException(Code)(Java Doc) public InputStream getResourceAsStream(String path)(Code)(Java Doc) public java.util.Set getResourcePaths(java.lang.String path)(Code)(Java Doc) public String getServerInfo()(Code)(Java Doc) public Servlet getServlet(String name)(Code)(Java Doc) public java.lang.String getServletContextName()(Code)(Java Doc) public Enumeration getServletNames()(Code)(Java Doc) public Enumeration getServlets()(Code)(Java Doc) public void include(ServletRequest _request, ServletResponse _response) throws ServletException, java.io.IOException(Code)(Java Doc) public void log(String message)(Code)(Java Doc) public void log(String message, Throwable throwable)(Code)(Java Doc) public void log(Exception exception, String message)(Code)(Java Doc) public static void main(String[] args)(Code)(Java Doc) public void removeAttribute(String name)(Code)(Java Doc) public void serve()(Code)(Java Doc) public void setAttribute(String name, Object object)(Code)(Java Doc) public void setMappingTable(PathTreeDictionary mappingtable)(Code)(Java Doc) public void setRealms(PathTreeDictionary realms)(Code)(Java Doc)
|
|
|