| pnuts.servlet.PnutsServlet pnuts.servlet.DynamicPageServlet
DynamicPageServlet | public class DynamicPageServlet extends PnutsServlet (Code) | | Dynamic Web page with embeded scripts.
This servlet converts the dynamic page to a Pnuts script, when needed, then
forward to the script.
|
Methods inherited from pnuts.servlet.PnutsServlet | PnutsServletContext createPnutsServletContext(File file) throws MalformedURLException(Code)(Java Doc) protected void doDelete(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException(Code)(Java Doc) void do_service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException(Code)(Java Doc) protected ClassLoader getContextClassLoader()(Code)(Java Doc) public String getServletInfo()(Code)(Java Doc) public void init() throws ServletException(Code)(Java Doc) protected Pnuts parseFile(File file, String encoding, PnutsServletContext psc) throws IOException(Code)(Java Doc) protected Pnuts readScript(File file, String encoding, PnutsServletContext psc) throws IOException(Code)(Java Doc)
|
|
|