|
|||||||||
Home >> All >> javax >> servlet >> [ jsp overview ] | PREV NEXT |
A
- APPLICATION - Static variable in class javax.servlet.jsp.PageContext
- Name used to store ServletContext in PageContext name table.
- APPLICATION_SCOPE - Static variable in class javax.servlet.jsp.PageContext
- Application scope: named reference remains available in the ServletContext until it is reclaimed.
- autoFlush - Variable in class javax.servlet.jsp.JspWriter
- Whether the JspWriter is autoflushing.
B
- bufferSize - Variable in class javax.servlet.jsp.JspWriter
- The size of the buffer used by the JspWriter.
C
- CONFIG - Static variable in class javax.servlet.jsp.PageContext
- Name used to store ServletConfig in PageContext name table.
- clear() - Method in class javax.servlet.jsp.JspWriter
- Clear the contents of the buffer.
- clearBuffer() - Method in class javax.servlet.jsp.JspWriter
- Clears the current contents of the buffer.
- close() - Method in class javax.servlet.jsp.JspWriter
- Close the stream, flushing it first.
D
- DEFAULT_BUFFER - Static variable in class javax.servlet.jsp.JspWriter
- Constant indicating that the Writer is buffered and is using the implementation default buffer size.
- deflt - Static variable in class javax.servlet.jsp.JspFactory
E
- EXCEPTION - Static variable in class javax.servlet.jsp.PageContext
- Name used to store uncaught exception in ServletRequest attribute list and PageContext name table.
- ErrorData - class javax.servlet.jsp.ErrorData.
- Contains information about an error, for error pages.
- ErrorData(Throwable, int, String, String) - Constructor for class javax.servlet.jsp.ErrorData
- Creates a new ErrorData object.
F
- findAttribute(String) - Method in class javax.servlet.jsp.JspContext
- Searches for the named attribute in page, request, session (if valid), and application scope(s) in order and returns the value associated or null.
- flush() - Method in class javax.servlet.jsp.JspWriter
- Flush the stream.
- forward(String) - Method in class javax.servlet.jsp.PageContext
- This method is used to re-direct, or "forward" the current ServletRequest and ServletResponse to another active component in the application.
G
- getAttribute(String) - Method in class javax.servlet.jsp.JspContext
- Returns the object associated with the name in the page scope or null if not found.
- getAttribute(String, int) - Method in class javax.servlet.jsp.JspContext
- Return the object associated with the name in the specified scope or null if not found.
- getAttributeNamesInScope(int) - Method in class javax.servlet.jsp.JspContext
- Enumerate all the attributes in a given scope.
- getAttributesScope(String) - Method in class javax.servlet.jsp.JspContext
- Get the scope where a given attribute is defined.
- getBufferSize() - Method in class javax.servlet.jsp.JspWriter
- This method returns the size of the buffer used by the JspWriter.
- getDefaultFactory() - Static method in class javax.servlet.jsp.JspFactory
- Returns the default factory for this implementation.
- getEngineInfo() - Method in class javax.servlet.jsp.JspFactory
- called to get implementation-specific information on the current JSP engine.
- getErrorData() - Method in class javax.servlet.jsp.PageContext
- Provides convenient access to error information.
- getException() - Method in class javax.servlet.jsp.PageContext
- The current value of the exception object (an Exception).
- getExpressionEvaluator() - Method in class javax.servlet.jsp.JspContext
- Provides programmatic access to the ExpressionEvaluator.
- getOut() - Method in class javax.servlet.jsp.JspContext
- The current value of the out object (a JspWriter).
- getPage() - Method in class javax.servlet.jsp.PageContext
- The current value of the page object (In a Servlet environment, this is an instance of javax.servlet.Servlet).
- getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class javax.servlet.jsp.JspFactory
- obtains an instance of an implementation dependent javax.servlet.jsp.PageContext abstract class for the calling Servlet and currently pending request and response.
- getRemaining() - Method in class javax.servlet.jsp.JspWriter
- This method returns the number of unused bytes in the buffer.
- getRequest() - Method in class javax.servlet.jsp.PageContext
- The current value of the request object (a ServletRequest).
- getRequestURI() - Method in class javax.servlet.jsp.ErrorData
- Returns the request URI.
- getResponse() - Method in class javax.servlet.jsp.PageContext
- The current value of the response object (a ServletResponse).
- getRootCause() - Method in class javax.servlet.jsp.JspException
- Returns the exception that caused this JSP exception.
- getServletConfig() - Method in class javax.servlet.jsp.PageContext
- The ServletConfig instance.
- getServletContext() - Method in class javax.servlet.jsp.PageContext
- The ServletContext instance.
- getServletName() - Method in class javax.servlet.jsp.ErrorData
- Returns the name of the servlet invoked.
- getSession() - Method in class javax.servlet.jsp.PageContext
- The current value of the session object (an HttpSession).
- getSpecificationVersion() - Method in class javax.servlet.jsp.JspEngineInfo
- Return the version number of the JSP specification that is supported by this JSP engine.
- getStatusCode() - Method in class javax.servlet.jsp.ErrorData
- Returns the status code of the error.
- getThrowable() - Method in class javax.servlet.jsp.ErrorData
- Returns the Throwable that caused the error.
- getVariableResolver() - Method in class javax.servlet.jsp.JspContext
- Returns an instance of a VariableResolver that provides access to the implicit objects specified in the JSP specification using this JspContext as the context object.
H
- HttpJspPage - interface javax.servlet.jsp.HttpJspPage.
- The HttpJspPage interface describes the interaction that a JSP Page Implementation Class must satisfy when using the HTTP protocol.
- handlePageException(Exception) - Method in class javax.servlet.jsp.PageContext
- This method is intended to process an unhandled 'page' level exception by forwarding the exception to the specified error page for this JSP.
- handlePageException(Throwable) - Method in class javax.servlet.jsp.PageContext
- This method is intended to process an unhandled 'page' level exception by forwarding the exception to the specified error page for this JSP.
I
- include(String) - Method in class javax.servlet.jsp.PageContext
- Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread.
- include(String, boolean) - Method in class javax.servlet.jsp.PageContext
- Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread.
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class javax.servlet.jsp.PageContext
- The initialize method is called to initialize an uninitialized PageContext so that it may be used by a JSP Implementation class to service an incoming request and response within it's _jspService() method.
- isAutoFlush() - Method in class javax.servlet.jsp.JspWriter
- This method indicates whether the JspWriter is autoFlushing.
J
- JspContext - class javax.servlet.jsp.JspContext.
-
JspContext
serves as the base class for the PageContext class and abstracts all information that is not specific to servlets. - JspContext() - Constructor for class javax.servlet.jsp.JspContext
- Sole constructor.
- JspEngineInfo - class javax.servlet.jsp.JspEngineInfo.
- The JspEngineInfo is an abstract class that provides information on the current JSP engine.
- JspEngineInfo() - Constructor for class javax.servlet.jsp.JspEngineInfo
- Sole constructor.
- JspException - exception javax.servlet.jsp.JspException.
- A generic exception known to the JSP engine; uncaught JspExceptions will result in an invocation of the errorpage machinery.
- JspException() - Constructor for class javax.servlet.jsp.JspException
- Construct a JspException.
- JspException(String) - Constructor for class javax.servlet.jsp.JspException
- Constructs a new JSP exception with the specified message.
- JspException(String, Throwable) - Constructor for class javax.servlet.jsp.JspException
- Constructs a new JSP exception when the JSP needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message.
- JspException(Throwable) - Constructor for class javax.servlet.jsp.JspException
- Constructs a new JSP exception when the JSP needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation.
- JspFactory - class javax.servlet.jsp.JspFactory.
- The JspFactory is an abstract class that defines a number of factory methods available to a JSP page at runtime for the purposes of creating instances of various interfaces and classes used to support the JSP implementation.
- JspFactory() - Constructor for class javax.servlet.jsp.JspFactory
- Sole constructor.
- JspPage - interface javax.servlet.jsp.JspPage.
- The JspPage interface describes the generic interaction that a JSP Page Implementation class must satisfy; pages that use the HTTP protocol are described by the HttpJspPage interface.
- JspTagException - exception javax.servlet.jsp.JspTagException.
- Exception to be used by a Tag Handler to indicate some unrecoverable error.
- JspTagException(String) - Constructor for class javax.servlet.jsp.JspTagException
- Constructs a new JspTagException with the specified message.
- JspTagException() - Constructor for class javax.servlet.jsp.JspTagException
- Constructs a new JspTagException with no message.
- JspTagException(String, Throwable) - Constructor for class javax.servlet.jsp.JspTagException
- Constructs a new JspTagException when the JSP Tag needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message.
- JspTagException(Throwable) - Constructor for class javax.servlet.jsp.JspTagException
- Constructs a new JSP Tag exception when the JSP Tag needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation.
- JspWriter - class javax.servlet.jsp.JspWriter.
- The actions and template data in a JSP page is written using the JspWriter object that is referenced by the implicit variable out which is initialized automatically using methods in the PageContext object.
- JspWriter(int, boolean) - Constructor for class javax.servlet.jsp.JspWriter
- Protected constructor.
- javax.servlet.jsp - package javax.servlet.jsp
- jspDestroy() - Method in interface javax.servlet.jsp.JspPage
- The jspDestroy() method is invoked when the JSP page is about to be destroyed.
- jspInit() - Method in interface javax.servlet.jsp.JspPage
- The jspInit() method is invoked when the JSP page is initialized.
N
- NO_BUFFER - Static variable in class javax.servlet.jsp.JspWriter
- Constant indicating that the Writer is not buffering output.
- newLine() - Method in class javax.servlet.jsp.JspWriter
- Write a line separator.
O
- OUT - Static variable in class javax.servlet.jsp.PageContext
- Name used to store current JspWriter in PageContext name table.
P
- PAGE - Static variable in class javax.servlet.jsp.PageContext
- Name used to store the Servlet in this PageContext's nametables.
- PAGECONTEXT - Static variable in class javax.servlet.jsp.PageContext
- Name used to store this PageContext in it's own name table.
- PAGE_SCOPE - Static variable in class javax.servlet.jsp.PageContext
- Page scope: (this is the default) the named reference remains available in this PageContext until the return from the current Servlet.service() invocation.
- PageContext - class javax.servlet.jsp.PageContext.
- PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment.
- PageContext() - Constructor for class javax.servlet.jsp.PageContext
- Sole constructor.
- popBody() - Method in class javax.servlet.jsp.JspContext
- Return the previous JspWriter "out" saved by the matching pushBody(), and update the value of the "out" attribute in the page scope attribute namespace of the JspContext.
- print(boolean) - Method in class javax.servlet.jsp.JspWriter
- Print a boolean value.
- print(char) - Method in class javax.servlet.jsp.JspWriter
- Print a character.
- print(int) - Method in class javax.servlet.jsp.JspWriter
- Print an integer.
- print(long) - Method in class javax.servlet.jsp.JspWriter
- Print a long integer.
- print(float) - Method in class javax.servlet.jsp.JspWriter
- Print a floating-point number.
- print(double) - Method in class javax.servlet.jsp.JspWriter
- Print a double-precision floating-point number.
- print(char[]) - Method in class javax.servlet.jsp.JspWriter
- Print an array of characters.
- print(String) - Method in class javax.servlet.jsp.JspWriter
- Print a string.
- print(Object) - Method in class javax.servlet.jsp.JspWriter
- Print an object.
- println() - Method in class javax.servlet.jsp.JspWriter
- Terminate the current line by writing the line separator string.
- println(boolean) - Method in class javax.servlet.jsp.JspWriter
- Print a boolean value and then terminate the line.
- println(char) - Method in class javax.servlet.jsp.JspWriter
- Print a character and then terminate the line.
- println(int) - Method in class javax.servlet.jsp.JspWriter
- Print an integer and then terminate the line.
- println(long) - Method in class javax.servlet.jsp.JspWriter
- Print a long integer and then terminate the line.
- println(float) - Method in class javax.servlet.jsp.JspWriter
- Print a floating-point number and then terminate the line.
- println(double) - Method in class javax.servlet.jsp.JspWriter
- Print a double-precision floating-point number and then terminate the line.
- println(char[]) - Method in class javax.servlet.jsp.JspWriter
- Print an array of characters and then terminate the line.
- println(String) - Method in class javax.servlet.jsp.JspWriter
- Print a String and then terminate the line.
- println(Object) - Method in class javax.servlet.jsp.JspWriter
- Print an Object and then terminate the line.
- pushBody(Writer) - Method in class javax.servlet.jsp.JspContext
- Return a new JspWriter object that sends output to the provided Writer.
- pushBody() - Method in class javax.servlet.jsp.PageContext
- Return a new BodyContent object, save the current "out" JspWriter, and update the value of the "out" attribute in the page scope attribute namespace of the PageContext.
R
- REQUEST - Static variable in class javax.servlet.jsp.PageContext
- Name used to store ServletRequest in PageContext name table.
- REQUEST_SCOPE - Static variable in class javax.servlet.jsp.PageContext
- Request scope: the named reference remains available from the ServletRequest associated with the Servlet until the current request is completed.
- RESPONSE - Static variable in class javax.servlet.jsp.PageContext
- Name used to store ServletResponse in PageContext name table.
- release() - Method in class javax.servlet.jsp.PageContext
- This method shall "reset" the internal state of a PageContext, releasing all internal references, and preparing the PageContext for potential reuse by a later invocation of initialize().
- releasePageContext(PageContext) - Method in class javax.servlet.jsp.JspFactory
- called to release a previously allocated PageContext object.
- removeAttribute(String) - Method in class javax.servlet.jsp.JspContext
- Remove the object reference associated with the given name from all scopes.
- removeAttribute(String, int) - Method in class javax.servlet.jsp.JspContext
- Remove the object reference associated with the specified name in the given scope.
- rootCause - Variable in class javax.servlet.jsp.JspException
S
- SESSION - Static variable in class javax.servlet.jsp.PageContext
- Name used to store HttpSession in PageContext name table.
- SESSION_SCOPE - Static variable in class javax.servlet.jsp.PageContext
- Session scope (only valid if this page participates in a session): the named reference remains available from the HttpSession (if any) associated with the Servlet until the HttpSession is invalidated.
- SkipPageException - exception javax.servlet.jsp.SkipPageException.
- Exception to indicate the calling page must cease evaluation.
- SkipPageException() - Constructor for class javax.servlet.jsp.SkipPageException
- Creates a SkipPageException with no message.
- SkipPageException(String) - Constructor for class javax.servlet.jsp.SkipPageException
- Creates a SkipPageException with the provided message.
- SkipPageException(String, Throwable) - Constructor for class javax.servlet.jsp.SkipPageException
- Creates a SkipPageException with the provided message and root cause.
- SkipPageException(Throwable) - Constructor for class javax.servlet.jsp.SkipPageException
- Creates a SkipPageException with the provided root cause.
- servletName - Variable in class javax.servlet.jsp.ErrorData
- setAttribute(String, Object) - Method in class javax.servlet.jsp.JspContext
- Register the name and value specified with page scope semantics.
- setAttribute(String, Object, int) - Method in class javax.servlet.jsp.JspContext
- Register the name and value specified with appropriate scope semantics.
- setDefaultFactory(JspFactory) - Static method in class javax.servlet.jsp.JspFactory
- set the default factory for this implementation.
- statusCode - Variable in class javax.servlet.jsp.ErrorData
T
U
- UNBOUNDED_BUFFER - Static variable in class javax.servlet.jsp.JspWriter
- Constant indicating that the Writer is buffered and is unbounded; this is used in BodyContent.
- uri - Variable in class javax.servlet.jsp.ErrorData
_
- _jspService(HttpServletRequest, HttpServletResponse) - Method in interface javax.servlet.jsp.HttpJspPage
- The _jspService()method corresponds to the body of the JSP page.
A B C D E F G H I J N O P R S T U _
|
|||||||||
Home >> All >> javax >> servlet >> [ jsp overview ] | PREV NEXT |