JavaScript is disabled on your browser.
GateIn - Web Container Integration component (wci) 2.5.1-RC01-PLF
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.gatein.wci.command.CommandServlet
All Implemented Interfaces:
Serializable , javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
GateInServlet
public class CommandServlet
extends javax.servlet.http.HttpServlet
This servlet is used to execute command coming from another context through a dispatching request. The invocation is
detyped in order to allow redeployment and avoid class cast exception.
Version:
$Revision: 1.1 $
Author:
Julien Viet
See Also: Serialized Form
Method Summary
Methods
Modifier and Type
Method and Description
protected void
doGet (javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
protected void
doPost (javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
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
Constructor Detail
CommandServlet
public CommandServlet()
GateIn - Web Container Integration component (wci) 2.5.1-RC01-PLF
Copyright © 2017 JBoss by Red Hat . All Rights Reserved.