Alphabetical Index

A B C D E F G H I J L N P R S T V

A

addSQLParameter(Object) - method in class javax.servlet.jsp.jstl.sql.SQLExecutionTag
Adds a PreparedStatement parameter value.

B

begin - field in class javax.servlet.jsp.jstl.core.LoopTagSupport
Starting index ('begin' attribute)
beginSpecified - field in class javax.servlet.jsp.jstl.core.LoopTagSupport
Boolean flag indicating whether 'begin' was specified.

C

condition() - method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
Subclasses implement this method to compute the boolean result of the conditional action.
ConditionalTagSupport - class javax.servlet.jsp.jstl.core.ConditionalTagSupport
Abstract class that facilitates implementation of conditional actions where the boolean result is exposed as a JSP scoped variable.
ConditionalTagSupport() - constructor for class javax.servlet.jsp.jstl.core.ConditionalTagSupport
Base constructor to initialize local state.
Config - class javax.servlet.jsp.jstl.core.Config
Class supporting access to configuration settings.

D

doAfterBody() - method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Continues the iteration when appropriate -- that is, if we (a) have more items and (b) don't run over our 'end' (given our 'step').
doCatch(Throwable) - method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Rethrows the given Throwable.
doFinally() - method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Removes any attributes that this LoopTagSupport set.
doStartTag() - method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
Includes its body if condition() evaluates to true.
doStartTag() - method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Begins iterating by processing the first item.

E

end - field in class javax.servlet.jsp.jstl.core.LoopTagSupport
Ending index of the iteration ('end' attribute).
endSpecified - field in class javax.servlet.jsp.jstl.core.LoopTagSupport
Boolean flag indicating whether 'end' was specified.

F

find(PageContext,String) - static method in class javax.servlet.jsp.jstl.core.Config
Finds the value associated with a specific configuration setting identified by its context initialization parameter name.
FMT_FALLBACK_LOCALE - static field in class javax.servlet.jsp.jstl.core.Config
Name of configuration setting for fallback locale
FMT_LOCALE - static field in class javax.servlet.jsp.jstl.core.Config
Name of configuration setting for application- (as opposed to browser-) based preferred locale
FMT_LOCALIZATION_CONTEXT - static field in class javax.servlet.jsp.jstl.core.Config
Name of configuration setting for i18n localization context
FMT_TIME_ZONE - static field in class javax.servlet.jsp.jstl.core.Config
Name of localization setting for time zone

G

get(HttpSession,String) - static method in class javax.servlet.jsp.jstl.core.Config
Looks up a configuration variable in the "session" scope.
get(PageContext,String,int) - static method in class javax.servlet.jsp.jstl.core.Config
Looks up a configuration variable in the given scope.
get(ServletContext,String) - static method in class javax.servlet.jsp.jstl.core.Config
Looks up a configuration variable in the "application" scope.
get(ServletRequest,String) - static method in class javax.servlet.jsp.jstl.core.Config
Looks up a configuration variable in the "request" scope.
getBegin() - method in class javax.servlet.jsp.jstl.core.LoopTagStatus
Returns the value of the 'begin' attribute for the associated tag, or null if no 'begin' attribute was specified.
getColumnNames() - method in class javax.servlet.jsp.jstl.sql.Result
Returns the names of the columns in the result.
getCount() - method in class javax.servlet.jsp.jstl.core.LoopTagStatus
Retrieves the "count" of the current round of the iteration.
getCurrent() - method in class javax.servlet.jsp.jstl.core.LoopTag
Retrieves the current item in the iteration.
getCurrent() - method in class javax.servlet.jsp.jstl.core.LoopTagStatus
Retrieves the current item in the iteration.
getCurrent() - method in class javax.servlet.jsp.jstl.core.LoopTagSupport
getEnd() - method in class javax.servlet.jsp.jstl.core.LoopTagStatus
Returns the value of the 'end' attribute for the associated tag, or null if no 'end' attribute was specified.
getIndex() - method in class javax.servlet.jsp.jstl.core.LoopTagStatus
Retrieves the index of the current round of the iteration.
getLocale() - method in class javax.servlet.jsp.jstl.fmt.LocalizationContext
Gets the locale of this I18N localization context.
getLocalizedMessage(PageContext,String) - static method in class javax.servlet.jsp.jstl.fmt.LocaleSupport
Retrieves the localized message corresponding to the given key.
getLocalizedMessage(PageContext,String,Object[]) - static method in class javax.servlet.jsp.jstl.fmt.LocaleSupport
Retrieves the localized message corresponding to the given key, and performs parametric replacement using the arguments specified via args.
getLocalizedMessage(PageContext,String,Object[],String) - static method in class javax.servlet.jsp.jstl.fmt.LocaleSupport
Retrieves the localized message corresponding to the given key, and performs parametric replacement using the arguments specified via args.
getLocalizedMessage(PageContext,String,String) - static method in class javax.servlet.jsp.jstl.fmt.LocaleSupport
Retrieves the localized message corresponding to the given key.
getLoopStatus() - method in class javax.servlet.jsp.jstl.core.LoopTag
Retrieves a 'status' object to provide information about the current round of the iteration.
getLoopStatus() - method in class javax.servlet.jsp.jstl.core.LoopTagSupport
getResourceBundle() - method in class javax.servlet.jsp.jstl.fmt.LocalizationContext
Gets the resource bundle of this I18N localization context.
getRowCount() - method in class javax.servlet.jsp.jstl.sql.Result
Returns the number of rows in the cached ResultSet
getRows() - method in class javax.servlet.jsp.jstl.sql.Result
Returns the result of the query as an array of SortedMap objects.
getRowsByIndex() - method in class javax.servlet.jsp.jstl.sql.Result
Returns the result of the query as an array of arrays.
getStep() - method in class javax.servlet.jsp.jstl.core.LoopTagStatus
Returns the value of the 'step' attribute for the associated tag, or null if no 'step' attribute was specified.

H

hasNext() - method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Returns information concerning the availability of more items over which to iterate.

I

isFirst() - method in class javax.servlet.jsp.jstl.core.LoopTagStatus
Returns information about whether the current round of the iteration is the first one.
isLast() - method in class javax.servlet.jsp.jstl.core.LoopTagStatus
Returns information about whether the current round of the iteration is the last one.
isLimitedByMaxRows() - method in class javax.servlet.jsp.jstl.sql.Result
Returns true if the query was limited by a maximum row setting
itemId - field in class javax.servlet.jsp.jstl.core.LoopTagSupport
Attribute-exposing control

J

L

LocaleSupport - class javax.servlet.jsp.jstl.fmt.LocaleSupport
Class which exposes the locale-determination logic for resource bundles through convenience methods.
LocalizationContext - class javax.servlet.jsp.jstl.fmt.LocalizationContext
Class representing an I18N localization context.
LocalizationContext() - constructor for class javax.servlet.jsp.jstl.fmt.LocalizationContext
Constructs an empty I18N localization context.
LocalizationContext(ResourceBundle) - constructor for class javax.servlet.jsp.jstl.fmt.LocalizationContext
Constructs an I18N localization context from the given resource bundle.
LocalizationContext(ResourceBundle,Locale) - constructor for class javax.servlet.jsp.jstl.fmt.LocalizationContext
Constructs an I18N localization context from the given resource bundle and locale.
LoopTag - interface javax.servlet.jsp.jstl.core.LoopTag
JSTL allows developers to write custom iteration tags by implementing the LoopTag interface.
LoopTagStatus - interface javax.servlet.jsp.jstl.core.LoopTagStatus
Exposes the current status of an iteration.
LoopTagSupport - class javax.servlet.jsp.jstl.core.LoopTagSupport
Base support class to facilitate implementation of iteration tags.
LoopTagSupport() - constructor for class javax.servlet.jsp.jstl.core.LoopTagSupport
Constructs a new LoopTagSupport.

N

next() - method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Returns the next object over which the tag should iterate.

P

PermittedTaglibsTLV - class javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV
A TagLibraryValidator class to allow a TLD to restrict what taglibs (in addition to itself) may be imported on a page where it's used.
PermittedTaglibsTLV() - constructor for class javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV
prepare() - method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Prepares for a single tag invocation.

R

release() - method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
Releases any resources this ConditionalTagSupport may have (or inherit).
release() - method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Releases any resources this LoopTagSupport may have (or inherit).
release() - method in class javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV
remove(HttpSession,String) - static method in class javax.servlet.jsp.jstl.core.Config
Removes a configuration variable from the "session" scope.
remove(PageContext,String,int) - static method in class javax.servlet.jsp.jstl.core.Config
Removes a configuration variable from the given scope.
remove(ServletContext,String) - static method in class javax.servlet.jsp.jstl.core.Config
Removes a configuration variable from the "application" scope.
remove(ServletRequest,String) - static method in class javax.servlet.jsp.jstl.core.Config
Removes a configuration variable from the "request" scope.
Result - interface javax.servlet.jsp.jstl.sql.Result
This interface represents the result of a <sql:query> action.
ResultSupport - class javax.servlet.jsp.jstl.sql.ResultSupport
Supports the creation of a javax.servlet.jsp.jstl.sql.Result object from a source java.sql.ResultSet object.

S

ScriptFreeTLV - class javax.servlet.jsp.jstl.tlv.ScriptFreeTLV
A TagLibraryValidator for enforcing restrictions against the use of JSP scripting elements.
ScriptFreeTLV() - constructor for class javax.servlet.jsp.jstl.tlv.ScriptFreeTLV
Constructs a new validator instance.
set(HttpSession,String,Object) - static method in class javax.servlet.jsp.jstl.core.Config
Sets the value of a configuration variable in the "session" scope.
set(PageContext,String,Object,int) - static method in class javax.servlet.jsp.jstl.core.Config
Sets the value of a configuration variable in the given scope.
set(ServletContext,String,Object) - static method in class javax.servlet.jsp.jstl.core.Config
Sets the value of a configuration variable in the "application" scope.
set(ServletRequest,String,Object) - static method in class javax.servlet.jsp.jstl.core.Config
Sets the value of a configuration variable in the "request" scope.
setInitParameters(Map) - method in class javax.servlet.jsp.jstl.tlv.ScriptFreeTLV
Sets the values of the initialization parameters, as supplied in the TLD.
setScope(String) - method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
Sets the 'scope' attribute.
setVar(String) - method in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
Sets the 'var' attribute.
setVar(String) - method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Sets the 'var' attribute.
setVarStatus(String) - method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Sets the 'varStatus' attribute.
SQL_DATA_SOURCE - static field in class javax.servlet.jsp.jstl.core.Config
Name of configuration setting for SQL data source
SQL_MAX_ROWS - static field in class javax.servlet.jsp.jstl.core.Config
Name of configuration setting for maximum number of rows to be included in SQL query result
SQLExecutionTag - interface javax.servlet.jsp.jstl.sql.SQLExecutionTag
This interface allows tag handlers implementing it to receive values for parameter markers in their SQL statements.
statusId - field in class javax.servlet.jsp.jstl.core.LoopTagSupport
Attribute-exposing control
step - field in class javax.servlet.jsp.jstl.core.LoopTagSupport
Iteration step ('step' attribute)
stepSpecified - field in class javax.servlet.jsp.jstl.core.LoopTagSupport
Boolean flag indicating whether 'step' was specified.

T

toResult(ResultSet) - static method in class javax.servlet.jsp.jstl.sql.ResultSupport
Converts a ResultSet object to a Result object.
toResult(ResultSet,int) - static method in class javax.servlet.jsp.jstl.sql.ResultSupport
Converts maxRows of a ResultSet object to a Result object.

V

validate(String,String,PageData) - method in class javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV
validate(String,String,PageData) - method in class javax.servlet.jsp.jstl.tlv.ScriptFreeTLV
Validates a single JSP page.
validateBegin() - method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Ensures the "begin" property is sensible, throwing an exception expected to propagate up if it isn't
validateEnd() - method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Ensures the "end" property is sensible, throwing an exception expected to propagate up if it isn't
validateStep() - method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Ensures the "step" property is sensible, throwing an exception expected to propagate up if it isn't

Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.