This class is a wrapper around a Connection, overriding the
close method to just inform the DataSourceWrapper that it's available
for reuse again, and the isClosed method to return the state
of the wrapper instead of the Connection.
Makes the next element available to the body in a variable
with the name specified by the loopId attribute, or returns
SKIP_BODY if all elements have been processed.
Uses the LocaleBean, available in a scope as a variable
specified by the "name" property, to retrieve the page
name specified by the "pageName" property, matching the
current locale.
Uses the LocaleBean, available in a scope as a variable
specified by the "name" property, to retrieve the text
resource specified by the "key" property.
Gets the value, specified by the value attribute, the stringValue
attribute, the param attribute, or the name and property attributes,
and adds it to the parent's value list.
Gets the value, specified by the value attribute, the stringValue
attribute, the param attribute, or the name and property attributes,
and adds it to the parent's value list.
Gets the value, specified by the value attribute, the stringValue
attribute, the param attribute, or the name and property attributes,
and adds it to the parent's value list.
Gets the value, specified by the value attribute, the stringValue
attribute, the param attribute, or the name and property attributes,
and adds it to the parent's value list.
Gets the value, specified by the value attribute, the stringValue
attribute, the param attribute, or the name and property attributes,
and adds it to the parent's value list.
Gets the value, specified by the value attribute, the stringValue
attribute, the param attribute, or the name and property attributes,
and adds it to the parent's value list.
Gets the value, specified by the value attribute, the stringValue
attribute, the param attribute, or the name and property attributes,
and adds it to the parent's value list.
Gets the value, specified by the value attribute, the stringValue
attribute, the param attribute, or the name and property attributes,
and adds it to the parent's value list.
Gets the value, specified by the value attribute, the stringValue
attribute, the param attribute, or the name and property attributes,
and adds it to the parent's value list.
Gets the value, specified by the value attribute, the stringValue
attribute, the param attribute, or the name and property attributes,
and adds it to the parent's value list.
Gets the value, specified by the value attribute, the stringValue
attribute, the param attribute, or the name and property attributes,
and adds it to the parent's value list.
Gets the value, specified by the value attribute, the stringValue
attribute, the param attribute, or the name and property attributes,
and adds it to the parent's value list.
Gets the value, specified by the value attribute, the stringValue
attribute, the param attribute, or the name and property attributes,
and adds it to the parent's value list.
Gets the value, specified by the value attribute, the stringValue
attribute, the param attribute, or the name and property attributes,
and adds it to the parent's value list.
Locates the Action object corresponding to the requested
action, or the login Action in case the user is not yet
authenticated, and dispatch the processing to the selected
Action object.
Creates a new NewsItemBean and sets its properties based
on the "category" and "msg" request parameters, plus
the firstName and lastName properties of the authenticated
user (an EmployeeBean accessible as the "validUser" session
attribute).
Executes the specified SQL string (any statement except SELECT, such
as UPDATE, INSERT, DELETE or CREATE TABLE) and returns
the number of rows affected by the statement, or 0 if none.
Returns an Enumeration of the values in the specified multi-value
object, which can be an Enumeration, Vector, Dictionary or array
of Objects (not primitive types).
Returns the index of the column with the specified name,
ignoring case since column names must be unique anyway
and some databases ignores the case used in the SELECT
statement when they create the ResultSet.
Returns an Object representing an Enumeration, a Vector,
a Dictionary or an array of objects (no primitive types),
using the specified property getter method on the specified
object.
Returns an absolute URL, suitable for redirecting a request
back to this servlet, with an "action" parameter set to
"showPage" and a "page" parameter set to the specified
(relative) page URL.
Returns a String suitable for browser debug display
and sends the debug message to System.out and/or
the servlet log file, depending on the value of
the "debug" request parameter.
html -
Variable in class com.ora.jsp.tags.generic.MenuItemTag
I
id -
Variable in class com.ora.jsp.beans.news.NewsItemBean
id -
Variable in class com.ora.jsp.beans.shopping.ProductBean
Creates a new NewsItemBean and sets its properties based
on the "category" and "msg" request parameters, plus
the firstName and lastName properties of the authenticated
user (an EmployeeBean accessible as the "validUser" session
attribute).
Get the originally requested URL, with a possible query string,
and passes it on as a parameter when forwarding to the login
page, along with a message about why the requested page is
not displayed.
This class is a custom action for sending a redirect request,
with possible parameter values URL encoded and the complete URL
encoded for URL rewriting (session tracking).
This class contains a number of static methods that can be used to
validate the format of Strings, typically received as input from
a user, and to format values as Strings that can be used in
HTML output without causing interpretation problems.
This exception is thrown when trying to call a get method on an
instance of a Value subclass with a return type that's not supported
for the data type represented by the subclass.
This class is a custom action for making the JDBC 1.0 DriverManager
available to the other Database actions as a JDBC 2.0 SE DataSource,
saved in the application scope.