Package com.avoka.fc.core.servlet
Class PortalJavaScriptServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- com.avoka.fc.core.servlet.PortalJavaScriptServlet
-
- All Implemented Interfaces:
Serializable
,Servlet
,ServletConfig
public class PortalJavaScriptServlet extends HttpServlet
Provides a Servlet which will render a JavaScript classpath based resource specified by the servlet init-param 'JS_CLASS_PATH', and will substitute the '@{portal.context}@' value replaced by the Portal.contextPath.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PortalJavaScriptServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doGet(HttpServletRequest request, HttpServletResponse response)
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
-
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
-
-
-
Method Detail
-
doGet
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
- Overrides:
doGet
in classHttpServlet
- Throws:
ServletException
IOException
- See Also:
HttpServlet.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
-
-