Package net.ontopia.utils.ontojsp


package net.ontopia.utils.ontojsp
  • Class
    Description
    Fake the JspWriter, needed for execution of a JSP.
    INTERNAL: Fake body content for use with the ontopia fake jsp environment.
    INTERNAL: Fake the ServletContext, needed for execution of servlets
    INTERNAL: Fake the PageContext, needed for execution of a JSP.
     
    INTERNAL: Fake the ServletContext, needed for execution of servlets.
    Fake the ServletRequest, needed for execution of a servlet/JSP.
    INTERNAL: Fake the ServletResponse, needed for execution of a servlet/JSP.
    INTERNAL: Wrapper class for HttpServletRequest; needed because Tomcat does not let us use the standard one.
    INTERNAL: A Content Handler that reads a JSP file and builds a JSP tree of JSPTreeNodeIF objects from a XML instance.
    INTERNAL: The Ontopia JSPTreeNode class.
    INTERNAL: A class that executes a jsp page from a given root node.
    INTERNAL: Class that reads a jsp file and builds a JSPTree from it.
    INTERNAL: An interface for a custom JSP tag generating factory.
    INTERNAL: Tree node representing a JSP tag.
    INTERNAL: Interface for classes which implement the Ontopia JSPTreeNodeIF.
    INTERNAL: A TaglibTagFactory that creates the correct tags from the net.ontopia.nav2.taglibs packages.