jsp
Class sample_jsp

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.apache.jasper.runtime.HttpJspBase
              extended byjsp.sample_jsp
All Implemented Interfaces:
javax.servlet.jsp.HttpJspPage, javax.servlet.jsp.JspPage, org.apache.jasper.runtime.JspSourceDependent, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public final class sample_jsp
extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent

See Also:
Serialized Form

Constructor Summary
sample_jsp()
           
 
Method Summary
 void _jspDestroy()
           
 void _jspInit()
           
 void _jspService(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 java.lang.Object getDependants()
           
 
Methods inherited from class org.apache.jasper.runtime.HttpJspBase
destroy, getServletInfo, init, jspDestroy, jspInit, service
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.Servlet
getServletConfig, service
 

Constructor Detail

sample_jsp

public sample_jsp()
Method Detail

getDependants

public java.lang.Object getDependants()
Specified by:
getDependants in interface org.apache.jasper.runtime.JspSourceDependent

_jspInit

public void _jspInit()

_jspDestroy

public void _jspDestroy()

_jspService

public void _jspService(javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response)
                 throws java.io.IOException,
                        javax.servlet.ServletException
Specified by:
_jspService in interface javax.servlet.jsp.HttpJspPage
Throws:
java.io.IOException
javax.servlet.ServletException


Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.