Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.catalina.ssi: Javadoc index of package org.apache.catalina.ssi.


Package Samples:

org.apache.catalina.ssi

Classes:

ExpressionTokenizer: Parses an expression string to return the individual tokens. This is patterned similar to the StreamTokenizer in the JDK but customized for SSI conditional expression parsing.
SSIConditionalState: This class is used by SSIMediator and SSIConditional to keep track of state information necessary to process the nested conditional commands ( if, elif, else, endif ).
SSIStopProcessingException: Exception used to tell SSIProcessor that it should stop processing SSI commands. This is used to mimick the Apache behavior in #set with invalid attributes.
SSIProcessor: The entry point to SSI processing. This class does the actual parsing, delegating to the SSIMediator, SSICommand, and SSIExternalResolver as necessary[
SSIFilter: Filter to process SSI requests within a webpage. Mapped to a content types from within web.xml.
ByteArrayServletOutputStream: Class that extends ServletOuputStream, used as a wrapper from within SsiInclude
SSIServlet: Servlet to process SSI requests within a webpage. Mapped to a path from within web.xml.
SSIExternalResolver: Interface used by SSIMediator to talk to the 'outside world' ( usually a servlet )
SSIMediator: Allows the different SSICommand implementations to share data/talk to each other
ResponseIncludeWrapper: A HttpServletResponseWrapper, used from SSIServletExternalResolver
SSICommand: The interface that all SSI commands ( SSIEcho, SSIInclude, ...) must implement.
SSIServletExternalResolver: An implementation of SSIExternalResolver that is used with servlets.
SSIEcho: Return the result associated with the supplied Server Variable.
SSIConditional: SSI command that handles all conditional directives.
SSIFlastmod: Implements the Server-side #flastmod command
SSIPrintenv: Implements the Server-side #printenv command
SSIInclude: Implements the Server-side #include command
SSIFsize: Implements the Server-side #fsize command
SSIConfig: Implements the Server-side #exec command
SSIExec: Implements the Server-side #exec command
SSISet: Implements the Server-side #set command
ExpressionParseTree: Represents a parsed expression.

Home | Contact Us | Privacy Policy | Terms of Service