KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > servlet > jsp > JspFactory > Top Examples

  • org.apache.jasper.runtime.PageContextImpl
    Implementation of the PageContext class from the JSP spec. Also doubles as a VariableResolver for the EL. @author Anil K. Vijendran @author Larry Cable @author Hans Bergsten @author Pierre Delisle @author Mark Roth @author Jan Luehe
  • com.opensymphony.webwork.dispatcher.VelocityResult
    Using the Servlet container's {@link JspFactory}, this result mocks a JSP execution environment and then displays a Velocity template that will be streamed directly to the servlet output. <p> <p/> This result follows the same rules from {@link WebWorkResultSupport}. @author <a HREF ...
  • org.roller.presentation.weblog.actions.BakeWeblogAction
    Generates static pages for each day containing Weblog entries. @struts.action name="bakeWeblogForm" path="/editor/bake" scope="session" parameter="method" @struts.action-forward name="baking.done" path="/weblog/bakeWeblog.jsp" @author llavandowska
Popular Tags