Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Javax.servlet.jsp Classes and Interfaces - 60 results found.
NameDescriptionTypePackageFramework
BodyContentAn encapsulation of the evaluation of the body of an action so it is available to a tag handler.Classjavax.servlet.jsp.tagextJava EE
BodyTagThe BodyTag interface extends IterationTag by defining additional methods that let a tag handler manipulate the content of evaluating its body.Interfacejavax.servlet.jsp.tagextJava EE
BodyTagSupportA base class for defining tag handlers implementing BodyTag.Classjavax.servlet.jsp.tagextJava EE
ConditionalTagSupportAbstract class that facilitates implementation of conditional actions where the boolean result is exposed as a JSP scoped variable.Classjavax.servlet.jsp.jstl.coreJava EE
ConfigClass supporting access to configuration settings.Classjavax.servlet.jsp.jstl.coreJava EE
DynamicAttributesFor a tag to declare that it accepts dynamic attributes, it must implement this interface.Interfacejavax.servlet.jsp.tagextJava EE
ELExceptionRepresents any of the exception conditions that arise during the operation evaluation of the evaluator.Classjavax.servlet.jsp.elJava EE
ELParseExceptionRepresents a parsing error encountered while parsing an EL expression.Classjavax.servlet.jsp.elJava EE
ErrorDataContains information about an error, for error pages.Classjavax.servlet.jspJava EE
ExpressionThe abstract class for a prepared expression.Classjavax.servlet.jsp.elJava EE
ExpressionEvaluatorThe abstract base class for an expression-language evaluator.Classjavax.servlet.jsp.elJava EE
FunctionInfoInformation for a function in a Tag Library.Classjavax.servlet.jsp.tagextJava EE
FunctionMapperThe interface to a map between EL function names and methods.Interfacejavax.servlet.jsp.elJava EE
HttpJspPageThe HttpJspPage interface describes the interaction that a JSP Page Implementation Class must satisfy when using the HTTP protocol.Interfacejavax.servlet.jspJava EE
ImplicitObjectELResolverDefines variable resolution behavior for the EL implicit objects defined in the JSP specification.Classjavax.servlet.jsp.elJava EE
IndexedValueExpressionClassjavax.servlet.jsp.jstl.coreJava EE
IteratedExpressionClassjavax.servlet.jsp.jstl.coreJava EE
IteratedValueExpressionClassjavax.servlet.jsp.jstl.coreJava EE
IterationTagThe IterationTag interface extends Tag by defining one additional method that controls the reevaluation of its body.Interfacejavax.servlet.jsp.tagextJava EE
JspApplicationContextStores application-scoped information relevant to JSP containers.Interfacejavax.servlet.jspJava EE
JspContext JspContext serves as the base class for the PageContext class and abstracts all information that is not specificClassjavax.servlet.jspJava EE
JspEngineInfoThe JspEngineInfo is an abstract class that provides information on the current JSP engine.Classjavax.servlet.jspJava EE
JspExceptionA generic exception known to the JSP engine; uncaught JspExceptions will result in an invocation of the errorpageClassjavax.servlet.jspJava EE
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 creatingClassjavax.servlet.jspJava EE
JspFragmentEncapsulates a portion of JSP code in an object that can be invoked as many times as needed.Classjavax.servlet.jsp.tagextJava EE
JspIdConsumerThis interface indicates to the container that a tag handler wishes to be provided with aInterfacejavax.servlet.jsp.tagextJava EE
JspPageThe JspPage interface describes the generic interaction that a JSP Page Implementation class must satisfy; pages that use the HTTP protocolInterfacejavax.servlet.jspJava EE
JspTagExceptionException to be used by a Tag Handler to indicate some unrecoverable This error is to be caught by the top level of the JSP page and will resultClassjavax.servlet.jspJava EE
JspWriter The actions and template data in a JSP page is written using the JspWriter object that is referenced by the implicit variable out whichClassjavax.servlet.jspJava EE
LocaleSupportClass which exposes the locale-determination logic for resource bundles through convenience methods.Classjavax.servlet.jsp.jstl.fmtJava EE
LocalizationContextClass representing an I18N localization context.Classjavax.servlet.jsp.jstl.fmtJava EE
LoopTagJSTL allows developers to write custom iteration tags by implementing the LoopTag interface.Interfacejavax.servlet.jsp.jstl.coreJava EE
LoopTagStatusExposes the current status of an iteration.Interfacejavax.servlet.jsp.jstl.coreJava EE
LoopTagSupportBase support class to facilitate implementation of iteration tags.Classjavax.servlet.jsp.jstl.coreJava EE
PageContext PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment.Classjavax.servlet.jspJava EE
PageDataTranslation-time information on a JSP page.Classjavax.servlet.jsp.tagextJava EE
PermittedTaglibsTLVA TagLibraryValidator class to allow a TLD to restrict what taglibs (in addition to itself) may be imported on a page where it'sClassjavax.servlet.jsp.jstl.tlvJava EE
ResultThis interface represents the result of a action.Interfacejavax.servlet.jsp.jstl.sqlJava EE
ResultSupportSupports the creation of a javax.Classjavax.servlet.jsp.jstl.sqlJava EE
ScopedAttributeELResolverDefines variable resolution behavior for scoped attributes.Classjavax.servlet.jsp.elJava EE
ScriptFreeTLVA TagLibraryValidator for enforcing restrictions against the use of JSP scripting elements.Classjavax.servlet.jsp.jstl.tlvJava EE
SimpleTagInterface for defining Simple Tag Handlers.Interfacejavax.servlet.jsp.tagextJava EE
SimpleTagSupportA base class for defining tag handlers implementing SimpleTag.Classjavax.servlet.jsp.tagextJava EE
SkipPageExceptionException to indicate the calling page must cease evaluation.Classjavax.servlet.jspJava EE
SQLExecutionTagThis interface allows tag handlers implementing it to receive values for parameter markers in their SQL statements.Interfacejavax.servlet.jsp.jstl.sqlJava EE
TagThe interface of a classic tag handler that does not want to manipulate its body.Interfacejavax.servlet.jsp.tagextJava EE
TagAdapterWraps any SimpleTag and exposes it using a Tag interface.Classjavax.servlet.jsp.tagextJava EE
TagAttributeInfoInformation on the attributes of a Tag, available at translation time.Classjavax.servlet.jsp.tagextJava EE
TagDataThe (translation-time only) attribute/value information for a tag instance.Classjavax.servlet.jsp.tagextJava EE
TagExtraInfoOptional class provided by the tag library author to describe additional translation-time information not described in the TLD.Classjavax.servlet.jsp.tagextJava EE
TagFileInfoTag information for a tag file in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD)Classjavax.servlet.jsp.tagextJava EE
TagInfoTag information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD)Classjavax.servlet.jsp.tagextJava EE
TagLibraryInfoTranslation-time information associated with a taglib directive, and its underlying TLD file.Classjavax.servlet.jsp.tagextJava EE
TagLibraryValidatorTranslation-time validator class for a JSP page.Classjavax.servlet.jsp.tagextJava EE
TagSupportA base class for defining new tag handlers implementing Tag.Classjavax.servlet.jsp.tagextJava EE
TagVariableInfoVariable information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD)Classjavax.servlet.jsp.tagextJava EE
TryCatchFinallyThe auxiliary interface of a Tag, IterationTag or BodyTag tag handler that wants additional hooks for managing resources.Interfacejavax.servlet.jsp.tagextJava EE
ValidationMessageA validation message from either TagLibraryValidator or TagExtraInfo.Classjavax.servlet.jsp.tagextJava EE
VariableInfoInformation on the scripting variables that are created/modified by a tag (at run-time).Classjavax.servlet.jsp.tagextJava EE
VariableResolverThis class is used to customize the way an ExpressionEvaluator resolves variable references at evaluation time.Interfacejavax.servlet.jsp.elJava EE