public class EmbeddedPiranha extends Object
| Constructor and Description |
|---|
EmbeddedPiranha()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
EmbeddedPiranha |
destroy()
Destroy the web application.
|
cloud.piranha.api.WebApplication |
getWebApplication()
Get the web application.
|
EmbeddedPiranha |
initialize()
Initialize the web application.
|
void |
service(javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
Service method.
|
EmbeddedPiranha |
start()
Start the web application.
|
EmbeddedPiranha |
stop()
Stop the web application.
|
public cloud.piranha.api.WebApplication getWebApplication()
public EmbeddedPiranha initialize()
public void service(javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
throws IOException,
javax.servlet.ServletException
servletRequest - the request.servletResponse - the response.IOException - when an I/O error occurs.javax.servlet.ServletException - when a Servlet error occurs.public EmbeddedPiranha start()
public EmbeddedPiranha stop()
public EmbeddedPiranha destroy()
Copyright © 2020. All rights reserved.