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: