Package com.liferay.portal.servlet
Class NetvibesServlet
Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.liferay.portal.servlet.NetvibesServlet
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
public class NetvibesServlet
extends jakarta.servlet.http.HttpServlet
- Author:
- Alberto Montero, Julio Camarero
- See Also:
-
Field Summary
Fields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetContent(jakarta.servlet.http.HttpServletRequest httpServletRequest) voidservice(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, init, serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
NetvibesServlet
public NetvibesServlet()
-
-
Method Details
-
service
public void service(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) throws IOException, jakarta.servlet.ServletException - Overrides:
servicein classjakarta.servlet.http.HttpServlet- Throws:
IOExceptionjakarta.servlet.ServletException
-
getContent
protected String getContent(jakarta.servlet.http.HttpServletRequest httpServletRequest) throws Exception - Throws:
Exception
-