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
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:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Constructor Details
-
PortalJavaScriptServlet
public PortalJavaScriptServlet()
-
-
Method Details
-
doGet
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException - Overrides:
doGet
in classHttpServlet
- Throws:
ServletException
IOException
- See Also:
-