|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
com.caucho.resin.deploy.LocalDeployServlet
public class LocalDeployServlet
HTTP-based deployment service for local updates to the embedded server, e.g. from an IDE.
<web-app xmlns="http://caucho.com/ns/resin"> <servlet-mapping url-pattern="/deploy" servlet-class="com.caucho.resin.deploy.LocalDeployServlet"> <init> <enable>true</enable> </init> </servlet-mapping> </web-app>
| Constructor Summary | |
|---|---|
LocalDeployServlet()
|
|
| Method Summary | |
|---|---|
WebApp |
getWebApp()
Returns the owning webapp |
WebAppContainer |
getWebAppContainer()
Returns the webapp container |
void |
service(ServletRequest request,
ServletResponse response)
Handle the deployment request |
void |
setEnable(boolean isEnable)
Enable is required to enable the servlet. |
void |
setRole(java.lang.String role)
Role is a login requirement. |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LocalDeployServlet()
| Method Detail |
|---|
public void setEnable(boolean isEnable)
public void setRole(java.lang.String role)
public WebApp getWebApp()
public WebAppContainer getWebAppContainer()
public void service(ServletRequest request,
ServletResponse response)
throws ServletException,
java.io.IOException
request - request information. Normally servlets will cast this
to HttpServletRequestresponse - response information. Normally servlets will cast this
to HttpServletRequest
ServletException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||