A B C D E F G H I K L M N O P Q R S T U V

A

Action - interface com.ora.jsp.servlets.Action.
This interface must be implemented by all Action objects used to process requests in the Project Billboard application.
actions - Variable in class com.ora.jsp.servlets.PBDispatcherServlet
 
ActionUtils - class com.ora.jsp.servlets.ActionUtils.
This class contains utility methods used by the Action objects in the Project Billboard application.
ActionUtils() - Constructor for class com.ora.jsp.servlets.ActionUtils
 
ADD_OPER - Static variable in class com.ora.jsp.beans.calc.CalcBean
 
AddCookieTag - class com.ora.jsp.tags.generic.AddCookieTag.
This class is a custom action for adding a cookie header to the response.
AddCookieTag() - Constructor for class com.ora.jsp.tags.generic.AddCookieTag
 
addDefaultItems() - Method in class com.ora.jsp.beans.news.NewsBean
Creates sample news items and adds them to the list.
addValue(Value) - Method in class com.ora.jsp.tags.sql.DBTag
Adds a value.
addValue(Value) - Method in interface com.ora.jsp.tags.sql.ValueTagParent
Adds a to the value list
answer1 - Variable in class com.ora.jsp.beans.poll.PollBean
 
answer2 - Variable in class com.ora.jsp.beans.poll.PollBean
 
answer3 - Variable in class com.ora.jsp.beans.poll.PollBean
 
AnswerBean - class com.ora.jsp.beans.poll.AnswerBean.
This class represents an answer in an online poll application.
AnswerBean() - Constructor for class com.ora.jsp.beans.poll.AnswerBean
 
answerId - Variable in class com.ora.jsp.beans.poll.AnswerBean
 
arg - Variable in class com.ora.jsp.tags.generic.UsePropertyTag
 
ArraySupport - class com.ora.jsp.util.ArraySupport.
This class contains static methods for working with arrays.
ArraySupport() - Constructor for class com.ora.jsp.util.ArraySupport
 
authenticate(String, String) - Method in class com.ora.jsp.beans.emp.EmployeeRegistryBean
Returns true if the specified user name and password match an employee in the database.
AuthenticateAction - class com.ora.jsp.servlets.AuthenticateAction.
This class performs authentication in the Project Billboard application.
AuthenticateAction() - Constructor for class com.ora.jsp.servlets.AuthenticateAction
 

B

BigDecimalColumn - class com.ora.jsp.sql.column.BigDecimalColumn.
This class represents a BigDecimal column.
BigDecimalColumn(String, BigDecimal) - Constructor for class com.ora.jsp.sql.column.BigDecimalColumn
 
BigDecimalValue - class com.ora.jsp.sql.value.BigDecimalValue.
This class represents a BigDecimal value used by the SQL tags.
BigDecimalValue(BigDecimal) - Constructor for class com.ora.jsp.sql.value.BigDecimalValue
 
BigDecimalValueTag - class com.ora.jsp.tags.sql.value.BigDecimalValueTag.
This class is a custom action intended to be used in the body of a sqlQuery or an sqlUpdate action element.
BigDecimalValueTag() - Constructor for class com.ora.jsp.tags.sql.value.BigDecimalValueTag
 
birthDate - Variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 
birthDateInput - Variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 
BooleanColumn - class com.ora.jsp.sql.column.BooleanColumn.
This class represents a boolean column.
BooleanColumn(String, boolean) - Constructor for class com.ora.jsp.sql.column.BooleanColumn
 
BooleanValue - class com.ora.jsp.sql.value.BooleanValue.
This class represents a boolean value used by the SQL tags.
BooleanValue(boolean) - Constructor for class com.ora.jsp.sql.value.BooleanValue
 
BooleanValueTag - class com.ora.jsp.tags.sql.value.BooleanValueTag.
This class is a custom action intended to be used in the body of a sqlQuery or an sqlUpdate action element.
BooleanValueTag() - Constructor for class com.ora.jsp.tags.sql.value.BooleanValueTag
 
bundle - Variable in class com.ora.jsp.beans.locale.LocaleBean
 
bundleName - Variable in class com.ora.jsp.beans.locale.LocaleBean
 
bundleName - Variable in class com.ora.jsp.tags.generic.UseLocaleBundleTag
 
ByteColumn - class com.ora.jsp.sql.column.ByteColumn.
This class represents a byte column.
ByteColumn(String, byte) - Constructor for class com.ora.jsp.sql.column.ByteColumn
 
BytesColumn - class com.ora.jsp.sql.column.BytesColumn.
This class represents a byte[] column.
BytesColumn(String, byte[]) - Constructor for class com.ora.jsp.sql.column.BytesColumn
 
BytesValue - class com.ora.jsp.sql.value.BytesValue.
This class represents a byte[] value used by the SQL tags.
BytesValue(byte[]) - Constructor for class com.ora.jsp.sql.value.BytesValue
 
BytesValueTag - class com.ora.jsp.tags.sql.value.BytesValueTag.
This class is a custom action intended to be used in the body of a sqlQuery or an sqlUpdate action element.
BytesValueTag() - Constructor for class com.ora.jsp.tags.sql.value.BytesValueTag
 
ByteValue - class com.ora.jsp.sql.value.ByteValue.
This class represents a byte value used by the SQL tags.
ByteValue(byte) - Constructor for class com.ora.jsp.sql.value.ByteValue
 
ByteValueTag - class com.ora.jsp.tags.sql.value.ByteValueTag.
This class is a custom action intended to be used in the body of a sqlQuery or an sqlUpdate action element.
ByteValueTag() - Constructor for class com.ora.jsp.tags.sql.value.ByteValueTag
 

C

CalcBean - class com.ora.jsp.beans.calc.CalcBean.
This class implements a simple calculator for a JSP page.
CalcBean() - Constructor for class com.ora.jsp.beans.calc.CalcBean
 
calcNewNumbers() - Method in class com.ora.jsp.beans.calc.CalcBean
Processes the current input, i.e.
cart - Variable in class com.ora.jsp.beans.shopping.CartBean
 
CartBean - class com.ora.jsp.beans.shopping.CartBean.
This class represents a shopping cart.
CartBean() - Constructor for class com.ora.jsp.beans.shopping.CartBean
 
catalog - Variable in class com.ora.jsp.beans.shopping.CatalogBean
 
CatalogBean - class com.ora.jsp.beans.shopping.CatalogBean.
This class represents a product catalog.
CatalogBean() - Constructor for class com.ora.jsp.beans.shopping.CatalogBean
Constructor.
category - Variable in class com.ora.jsp.beans.news.NewsItemBean
 
charset - Variable in class com.ora.jsp.beans.locale.LocaleBean
 
className - Variable in class com.ora.jsp.tags.generic.UsePropertyTag
 
className - Variable in class com.ora.jsp.tags.generic.LoopTag
 
clearClicked - Variable in class com.ora.jsp.beans.calc.CalcBean
 
clearWarnings() - Method in class com.ora.jsp.sql.ConnectionWrapper
 
close() - Method in class com.ora.jsp.sql.ConnectionWrapper
Inform the DataSourceWrapper that the ConnectionWrapper is closed.
Column - class com.ora.jsp.sql.Column.
This class represents a column in a row returned by a SQL query.
Column(String) - Constructor for class com.ora.jsp.sql.Column
 
columns - Variable in class com.ora.jsp.sql.Row
 
com.ora.jsp.beans.calc - package com.ora.jsp.beans.calc
 
com.ora.jsp.beans.counter - package com.ora.jsp.beans.counter
 
com.ora.jsp.beans.emp - package com.ora.jsp.beans.emp
 
com.ora.jsp.beans.locale - package com.ora.jsp.beans.locale
 
com.ora.jsp.beans.news - package com.ora.jsp.beans.news
 
com.ora.jsp.beans.poll - package com.ora.jsp.beans.poll
 
com.ora.jsp.beans.shopping - package com.ora.jsp.beans.shopping
 
com.ora.jsp.beans.userinfo - package com.ora.jsp.beans.userinfo
 
com.ora.jsp.servlets - package com.ora.jsp.servlets
 
com.ora.jsp.sql - package com.ora.jsp.sql
 
com.ora.jsp.sql.column - package com.ora.jsp.sql.column
 
com.ora.jsp.sql.value - package com.ora.jsp.sql.value
 
com.ora.jsp.tags.counter - package com.ora.jsp.tags.counter
 
com.ora.jsp.tags.generic - package com.ora.jsp.tags.generic
 
com.ora.jsp.tags.sql - package com.ora.jsp.tags.sql
 
com.ora.jsp.tags.sql.value - package com.ora.jsp.tags.sql.value
 
com.ora.jsp.util - package com.ora.jsp.util
 
commit() - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
conn - Variable in class com.ora.jsp.sql.SQLCommandBean
 
conn - Variable in class com.ora.jsp.tags.sql.TransactionTag
 
ConnectionPool - class com.ora.jsp.sql.ConnectionPool.
This class implements a connection pool.
ConnectionPool(String, String, String, String, int, int) - Constructor for class com.ora.jsp.sql.ConnectionPool
 
connections - Variable in class com.ora.jsp.sql.ConnectionPool
 
ConnectionWrapper - class com.ora.jsp.sql.ConnectionWrapper.
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.
ConnectionWrapper(Connection, DataSourceWrapper) - Constructor for class com.ora.jsp.sql.ConnectionWrapper
 
contains(String[], String) - Static method in class com.ora.jsp.util.ArraySupport
Returns true if the specified value matches one of the elements in the specified array.
context - Variable in class com.ora.jsp.util.DebugBean
 
CookieUtils - class com.ora.jsp.util.CookieUtils.
This class contains a number of static methods that can be used to work with javax.servlet.Cookie objects.
CookieUtils() - Constructor for class com.ora.jsp.util.CookieUtils
 
CounterBean - class com.ora.jsp.beans.counter.CounterBean.
This class maintains page counters.
CounterBean() - Constructor for class com.ora.jsp.beans.counter.CounterBean
 
counters - Variable in class com.ora.jsp.beans.counter.CounterBean
 
createStatement() - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
createStatement(int, int) - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
currentNumber - Variable in class com.ora.jsp.beans.calc.CalcBean
 
currentOperation - Variable in class com.ora.jsp.beans.calc.CalcBean
 

D

dataSource - Variable in class com.ora.jsp.beans.emp.EmployeeRegistryBean
 
dataSourceName - Variable in class com.ora.jsp.tags.sql.TransactionTag
 
dataSourceName - Variable in class com.ora.jsp.tags.sql.DBTag
 
DataSourceWrapper - class com.ora.jsp.sql.DataSourceWrapper.
This class is a wrapper implementing the JDBC 2.0 SE DataSource interface, used to make the ConnectionPool class look like a JDBC 2.0 DataSource.
DataSourceWrapper(String, String, String, String) - Constructor for class com.ora.jsp.sql.DataSourceWrapper
 
date - Variable in class com.ora.jsp.tags.generic.GetLocalDateTag
 
DATE_FORMAT_PATTERN - Static variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 
DateColumn - class com.ora.jsp.sql.column.DateColumn.
This class represents a java.sql.Date column.
DateColumn(String, Date) - Constructor for class com.ora.jsp.sql.column.DateColumn
 
dateFormat - Variable in class com.ora.jsp.beans.locale.LocaleBean
 
dateFormat - Static variable in class com.ora.jsp.util.StringFormat
 
DateValue - class com.ora.jsp.sql.value.DateValue.
This class represents a java.sql.Date value used by the SQL tags.
DateValue(Date) - Constructor for class com.ora.jsp.sql.value.DateValue
 
DateValueTag - class com.ora.jsp.tags.sql.value.DateValueTag.
This class is a custom action intended to be used in the body of a sqlQuery or an sqlUpdate action element.
DateValueTag() - Constructor for class com.ora.jsp.tags.sql.value.DateValueTag
 
DBTag - class com.ora.jsp.tags.sql.DBTag.
This class is a custom action for executing a SQL SELECT statement.
DBTag() - Constructor for class com.ora.jsp.tags.sql.DBTag
 
DBTagExtraInfo - class com.ora.jsp.tags.sql.DBTagExtraInfo.
This class provides additional attribute validation code for DBTag subclasses.
DBTagExtraInfo() - Constructor for class com.ora.jsp.tags.sql.DBTagExtraInfo
 
dbURL - Variable in class com.ora.jsp.sql.ConnectionPool
 
DebugBean - class com.ora.jsp.util.DebugBean.
This class is a bean that can be used to extract debug information from a JSP PageContext.
DebugBean() - Constructor for class com.ora.jsp.util.DebugBean
Creates an instance and initializes the timer.
debugType - Variable in class com.ora.jsp.util.DebugBean
 
dept - Variable in class com.ora.jsp.beans.emp.EmployeeBean
 
descr - Variable in class com.ora.jsp.beans.shopping.ProductBean
 
destroy() - Method in class com.ora.jsp.servlets.PBControllerServlet
Removes the EmployeeRegistryBean and NewsBean servlet context attributes.
destroy() - Method in class com.ora.jsp.servlets.PBDispatcherServlet
Removes the EmployeeRegistryBean and NewsBean servlet context attributes.
DIV_OPER - Static variable in class com.ora.jsp.beans.calc.CalcBean
 
doAfterBody() - Method in class com.ora.jsp.tags.generic.LoopTag
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.
doAfterBody() - Method in class com.ora.jsp.tags.generic.MenuItemTag
Sets the html attribute.
doAfterBody() - Method in class com.ora.jsp.tags.generic.EncodeHTMLTag
Reads the body content, converts all HTML special characters with the corresponding HTML character entities, and adds the result to the response body.
doAfterBody() - Method in class com.ora.jsp.tags.sql.DBTag
Sets the SQL statement to the contents of the element's body.
doAuthenticate(HttpServletRequest, HttpServletResponse) - Method in class com.ora.jsp.servlets.PBControllerServlet
Autheticates a user with help from the EmployeeRegistryBean, using the "userName" and "password" request parameters.
doEndTag() - Method in class com.ora.jsp.tags.counter.IncrementCounterTag
Gets the CounterBean from the specified scope, or creates a new one if it doesn't exist, and increments the value of the counter for the current page.
doEndTag() - Method in class com.ora.jsp.tags.counter.ShowCounterTag
Gets the CounterBean from the specified scope and writes the value of the counter for the current page to the JspWriter.
doEndTag() - Method in class com.ora.jsp.tags.generic.GetLocalPageNameTag
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.
doEndTag() - Method in class com.ora.jsp.tags.generic.GetCookieValueTag
Writes the specified cookie value to the output stream, or an empty string if not found.
doEndTag() - Method in class com.ora.jsp.tags.generic.GetLocalDateTag
Uses the LocaleBean, available in a scope as a variable specified by the "name" property, to format the date specified by the "date" property.
doEndTag() - Method in class com.ora.jsp.tags.generic.UseLocaleBundleTag
Creates and initializes a LocaleBean and saves it in the session scope using the name specified by the "id" property.
doEndTag() - Method in class com.ora.jsp.tags.generic.GetLocalNumberTag
Uses the LocaleBean, available in a scope as a variable specified by the "name" property, to format the value specified by the "value" property.
doEndTag() - Method in class com.ora.jsp.tags.generic.UsePropertyTag
Retrieves one value of a multi-valued property in the specified bean using a getter method with a String argument.
doEndTag() - Method in class com.ora.jsp.tags.generic.LoopTag
Writes the accumulated body contents to the JspWriter.
doEndTag() - Method in class com.ora.jsp.tags.generic.AddCookieTag
Creates a cookie and adds it to the response
doEndTag() - Method in class com.ora.jsp.tags.generic.EncodeURLTag
Appends possible URL encoded parameters to the main URL, encodes the result for URL rewriting and writes the result to the JspWriter.
doEndTag() - Method in class com.ora.jsp.tags.generic.ValidateSessionTag
Looks for the specified session bean.
doEndTag() - Method in class com.ora.jsp.tags.generic.ParamTag
Adds the parameter name and the URL encoded value to the parent's parameter list.
doEndTag() - Method in class com.ora.jsp.tags.generic.NoCacheTag
Sets "no cache" response headers
doEndTag() - Method in class com.ora.jsp.tags.generic.MenuItemTag
Writes the HTML to the current output, enclosed in an HTML reference element (...) if the page attribute doesn't correspond to the current page.
doEndTag() - Method in class com.ora.jsp.tags.generic.RedirectTag
Appends possible URL encoded parameters to the main URL, encodes the result for URL rewriting.
doEndTag() - Method in class com.ora.jsp.tags.generic.GetLocalTextTag
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.
doEndTag() - Method in class com.ora.jsp.tags.sql.UseDataSourceTag
Creates a DataSourceWrapper and saves it in the application scope, unless one is already available.
doEndTag() - Method in class com.ora.jsp.tags.sql.TransactionTag
Commits the transaction, resets the auto commit flag and closes the Connection (so it's returned to the pool).
doEndTag() - Method in class com.ora.jsp.tags.sql.DBTag
If the action is included in the body of a tag, gets the connection from the tag.
doEndTag() - Method in class com.ora.jsp.tags.sql.value.LongValueTag
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.
doEndTag() - Method in class com.ora.jsp.tags.sql.value.ShortValueTag
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.
doEndTag() - Method in class com.ora.jsp.tags.sql.value.ByteValueTag
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.
doEndTag() - Method in class com.ora.jsp.tags.sql.value.BytesValueTag
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.
doEndTag() - Method in class com.ora.jsp.tags.sql.value.ObjectValueTag
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.
doEndTag() - Method in class com.ora.jsp.tags.sql.value.TimestampValueTag
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.
doEndTag() - Method in class com.ora.jsp.tags.sql.value.IntValueTag
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.
doEndTag() - Method in class com.ora.jsp.tags.sql.value.BigDecimalValueTag
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.
doEndTag() - Method in class com.ora.jsp.tags.sql.value.StringValueTag
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.
doEndTag() - Method in class com.ora.jsp.tags.sql.value.DoubleValueTag
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.
doEndTag() - Method in class com.ora.jsp.tags.sql.value.FloatValueTag
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.
doEndTag() - Method in class com.ora.jsp.tags.sql.value.TimeValueTag
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.
doEndTag() - Method in class com.ora.jsp.tags.sql.value.BooleanValueTag
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.
doEndTag() - Method in class com.ora.jsp.tags.sql.value.DateValueTag
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.
doForwardToLogin(HttpServletRequest, HttpServletResponse) - Method in class com.ora.jsp.servlets.PBControllerServlet
Forwards the request to the login JSP page, with an "errorMsg" parameter containing text to be displayed on the login page.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.ora.jsp.servlets.PBControllerServlet
Processes a GET request by calling doPost().
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.ora.jsp.servlets.PBDispatcherServlet
Performs the same processing as for a POST request.
doLogout(HttpServletRequest, HttpServletResponse) - Method in class com.ora.jsp.servlets.PBControllerServlet
Invalidates the session, thereby removing the authentication token, and redirects to the login page.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.ora.jsp.servlets.PBControllerServlet
Performs authentication, if needed, and access control.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.ora.jsp.servlets.PBDispatcherServlet
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.
doShowPage(HttpServletRequest, HttpServletResponse) - Method in class com.ora.jsp.servlets.PBControllerServlet
Forwards to the specified JSP page.
doStartTag() - Method in class com.ora.jsp.tags.generic.LoopTag
Creates an Enumeration of all loop values, either using the object specified by the name attribute directly, or using the specified property.
doStartTag() - Method in class com.ora.jsp.tags.generic.EncodeURLTag
Override the default implementation so that possible param actions in the body are processed.
doStartTag() - Method in class com.ora.jsp.tags.generic.RedirectTag
Override the default implementation so that possible param actions in the body are processed.
doStartTag() - Method in class com.ora.jsp.tags.sql.TransactionTag
Sets the Connection to be used by all nested DB actions.
doStartTag() - Method in class com.ora.jsp.tags.sql.DBTag
Override the default implementation to reset the per-use state set by nested elements.
doStoreMsg(HttpServletRequest, HttpServletResponse) - Method in class com.ora.jsp.servlets.PBControllerServlet
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).
dotClicked - Variable in class com.ora.jsp.beans.calc.CalcBean
 
DoubleColumn - class com.ora.jsp.sql.column.DoubleColumn.
This class represents a double column.
DoubleColumn(String, double) - Constructor for class com.ora.jsp.sql.column.DoubleColumn
 
DoubleValue - class com.ora.jsp.sql.value.DoubleValue.
This class represents a double value used by the SQL tags.
DoubleValue(double) - Constructor for class com.ora.jsp.sql.value.DoubleValue
 
DoubleValueTag - class com.ora.jsp.tags.sql.value.DoubleValueTag.
This class is a custom action intended to be used in the body of a sqlQuery or an sqlUpdate action element.
DoubleValueTag() - Constructor for class com.ora.jsp.tags.sql.value.DoubleValueTag
 
doUpdateProfile(HttpServletRequest, HttpServletResponse) - Method in class com.ora.jsp.servlets.PBControllerServlet
Updates the projects property of an authenticated user, represented by the "validUser" session attribute, using the EmployeeRegistryBean.
driverClassName - Variable in class com.ora.jsp.tags.sql.UseDataSourceTag
 
dsw - Variable in class com.ora.jsp.sql.ConnectionWrapper
 

E

emailAddr - Variable in class com.ora.jsp.beans.emp.EmployeeBean
 
emailAddr - Variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 
emailAddrInput - Variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 
empDate - Variable in class com.ora.jsp.beans.emp.EmployeeBean
 
EmployeeBean - class com.ora.jsp.beans.emp.EmployeeBean.
This class contains information about an employee.
EmployeeBean() - Constructor for class com.ora.jsp.beans.emp.EmployeeBean
 
EmployeeRegistryBean - class com.ora.jsp.beans.emp.EmployeeRegistryBean.
This class is an example of an application specific interface to a database.
EmployeeRegistryBean() - Constructor for class com.ora.jsp.beans.emp.EmployeeRegistryBean
 
EncodeHTMLTag - class com.ora.jsp.tags.generic.EncodeHTMLTag.
This class is a tag handler for custom action that replaces HTML special characters in its body with the corresponding HTML character entities.
EncodeHTMLTag() - Constructor for class com.ora.jsp.tags.generic.EncodeHTMLTag
 
EncodeURLTag - class com.ora.jsp.tags.generic.EncodeURLTag.
This class is a custom action for encoding URLs for URL rewriting (session tracking) with possible parameter values URL encoded.
EncodeURLTag.Param - class com.ora.jsp.tags.generic.EncodeURLTag.Param.
This is a helper class that holds the name and value of a parameter.
EncodeURLTag.Param(EncodeURLTag, String, String) - Constructor for class com.ora.jsp.tags.generic.EncodeURLTag.Param
 
EncodeURLTag() - Constructor for class com.ora.jsp.tags.generic.EncodeURLTag
 
enum - Variable in class com.ora.jsp.tags.generic.LoopTag
 
errorMsg - Variable in class com.ora.jsp.tags.generic.ValidateSessionTag
 
execute(SQLCommandBean) - Method in class com.ora.jsp.tags.sql.DBTag
Must be implemented by subclass to perform the appropriate processing.
execute(SQLCommandBean) - Method in class com.ora.jsp.tags.sql.UpdateTag
Executes the SQL command as an "update" and returns an Integer with the number of rows affected.
execute(SQLCommandBean) - Method in class com.ora.jsp.tags.sql.QueryTag
Executes the SQL command as a query and returns a Vector with Row objects.
executeQuery() - Method in class com.ora.jsp.sql.SQLCommandBean
Executes the specified SQL string as a query and returns a Vector with Row objects, or an empty Vector if no rows where found.
executeUpdate() - Method in class com.ora.jsp.sql.SQLCommandBean
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.

F

firstName - Variable in class com.ora.jsp.beans.emp.EmployeeBean
 
FloatColumn - class com.ora.jsp.sql.column.FloatColumn.
This class represents a float column.
FloatColumn(String, float) - Constructor for class com.ora.jsp.sql.column.FloatColumn
 
FloatValue - class com.ora.jsp.sql.value.FloatValue.
This class represents a float value used by the SQL tags.
FloatValue(float) - Constructor for class com.ora.jsp.sql.value.FloatValue
 
FloatValueTag - class com.ora.jsp.tags.sql.value.FloatValueTag.
This class is a custom action intended to be used in the body of a sqlQuery or an sqlUpdate action element.
FloatValueTag() - Constructor for class com.ora.jsp.tags.sql.value.FloatValueTag
 
forward(String, HttpServletRequest, HttpServletResponse) - Method in class com.ora.jsp.servlets.PBControllerServlet
Forwards the request to the specified relative URL.
forward(String, HttpServletRequest, HttpServletResponse) - Method in class com.ora.jsp.servlets.ActionUtils
Forwards to the specified URL.

G

getAnswer1() - Method in class com.ora.jsp.beans.poll.PollBean
Returns the number of alternative 1 answers.
getAnswer1Percent() - Method in class com.ora.jsp.beans.poll.PollBean
Returns the percentage of alternative 1 answers.
getAnswer2() - Method in class com.ora.jsp.beans.poll.PollBean
Returns the number of alternative 2 answers.
getAnswer2Percent() - Method in class com.ora.jsp.beans.poll.PollBean
Returns the percentage of alternative 2 answers.
getAnswer3() - Method in class com.ora.jsp.beans.poll.PollBean
Returns the number of alternative 3 answers.
getAnswer3Percent() - Method in class com.ora.jsp.beans.poll.PollBean
Returns the percentage of alternative 3 answers.
getAnswerId() - Method in class com.ora.jsp.beans.poll.AnswerBean
Returns the answerId property value.
getApplicationScope() - Method in class com.ora.jsp.util.DebugBean
Returns a String with all application scope variables.
getAutoCommit() - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
getBean(String) - Method in class com.ora.jsp.tags.sql.value.ValueTag
Returns the value of the specified bean, or throws a JspException if it doesn't exist.
getBigDecimal() - Method in class com.ora.jsp.sql.Column
 
getBigDecimal() - Method in class com.ora.jsp.sql.Value
 
getBigDecimal() - Method in class com.ora.jsp.sql.column.BigDecimalColumn
 
getBigDecimal() - Method in class com.ora.jsp.sql.value.BigDecimalValue
 
getBigDecimal(int) - Method in class com.ora.jsp.sql.Row
 
getBigDecimal(String) - Method in class com.ora.jsp.sql.Row
 
getBigDecimal(String, String, String) - Method in class com.ora.jsp.tags.sql.value.BigDecimalValueTag
 
getBirthDate() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Returns the birthDate property value
getBirthDateFormatted() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Returns the birthDate property value, with all HTML special characters converted to HTML character entities
getBoolean() - Method in class com.ora.jsp.sql.Column
 
getBoolean() - Method in class com.ora.jsp.sql.Value
 
getBoolean() - Method in class com.ora.jsp.sql.column.BooleanColumn
 
getBoolean() - Method in class com.ora.jsp.sql.value.BooleanValue
 
getBoolean(int) - Method in class com.ora.jsp.sql.Row
 
getBoolean(String) - Method in class com.ora.jsp.sql.Row
 
getBoolean(String, String) - Method in class com.ora.jsp.tags.sql.value.BooleanValueTag
 
getByte() - Method in class com.ora.jsp.sql.Column
 
getByte() - Method in class com.ora.jsp.sql.Value
 
getByte() - Method in class com.ora.jsp.sql.column.ByteColumn
 
getByte() - Method in class com.ora.jsp.sql.value.ByteValue
 
getByte(int) - Method in class com.ora.jsp.sql.Row
 
getByte(String) - Method in class com.ora.jsp.sql.Row
 
getByte(String, String) - Method in class com.ora.jsp.tags.sql.value.ByteValueTag
 
getBytes() - Method in class com.ora.jsp.sql.Column
 
getBytes() - Method in class com.ora.jsp.sql.Value
 
getBytes() - Method in class com.ora.jsp.sql.column.BytesColumn
 
getBytes() - Method in class com.ora.jsp.sql.value.BytesValue
 
getBytes(int) - Method in class com.ora.jsp.sql.Row
 
getBytes(String) - Method in class com.ora.jsp.sql.Row
 
getBytes(String, String) - Method in class com.ora.jsp.tags.sql.value.BytesValueTag
 
getCatalog() - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
getCategory() - Method in class com.ora.jsp.beans.news.NewsItemBean
Returns the category property value.
getColumnCount() - Method in class com.ora.jsp.sql.Row
Returns the number of columns in this row.
getColumns() - Method in class com.ora.jsp.sql.Row
Returns an array of the Columns in this row.
getConnection() - Method in class com.ora.jsp.sql.DataSourceWrapper
Gets a connection from the pool and returns it wrapped in a ConnectionWrapper.
getConnection() - Method in class com.ora.jsp.sql.ConnectionPool
 
getConnection() - Method in class com.ora.jsp.tags.sql.TransactionTag
Returns the Connection used for the transaction.
getConnection() - Method in class com.ora.jsp.tags.sql.DBTag
Gets the Connection either from a transaction parent or from the DataSource specified for the action.
getConnection(String, String) - Method in class com.ora.jsp.sql.DataSourceWrapper
Always throws a SQLException.
getCookies() - Method in class com.ora.jsp.util.DebugBean
Returns a String with all cookie information.
getCookieValue(String, HttpServletRequest) - Static method in class com.ora.jsp.util.CookieUtils
Returns the value of the Cookie with the specified name, or null of not found.
GetCookieValueTag - class com.ora.jsp.tags.generic.GetCookieValueTag.
This class is a custom action for writing the value of a cookie to the response.
GetCookieValueTag() - Constructor for class com.ora.jsp.tags.generic.GetCookieValueTag
 
getCurrentNumber() - Method in class com.ora.jsp.beans.calc.CalcBean
Returns the current number resulting from applying the current user input (new digit, dot or operation).
getCurrentOperation() - Method in class com.ora.jsp.beans.calc.CalcBean
Returns the current operation.
getCurrentValue(PageContext) - Method in class com.ora.jsp.beans.counter.CounterBean
Returns the current value of the counter for this page.
getDate() - Method in class com.ora.jsp.sql.Column
 
getDate() - Method in class com.ora.jsp.sql.Value
 
getDate() - Method in class com.ora.jsp.sql.column.DateColumn
 
getDate() - Method in class com.ora.jsp.sql.value.DateValue
 
getDate(int) - Method in class com.ora.jsp.sql.Row
 
getDate(String) - Method in class com.ora.jsp.beans.locale.LocaleBean
Returns the specified date String converted to a Date, parsed as defined by the currently selected locale.
getDate(String) - Method in class com.ora.jsp.sql.Row
 
getDate(String, String, String) - Method in class com.ora.jsp.tags.sql.value.DateValueTag
 
getDateString(Date) - Method in class com.ora.jsp.beans.locale.LocaleBean
Returns the specified Date converted to a String, formatted as defined by the currently selected locale.
getDecodedValue(String) - Method in class com.ora.jsp.beans.locale.LocaleBean
This method returns a new String created from the specified String, encoded as 8859_1 converted to the currently set charset.
getDefaultLocale() - Method in class com.ora.jsp.beans.locale.LocaleBean
Returns a Locale for the default language.
getDept() - Method in class com.ora.jsp.beans.emp.EmployeeBean
Returns the dept property value.
getDescr() - Method in class com.ora.jsp.beans.shopping.ProductBean
Returns the product description.
getDouble() - Method in class com.ora.jsp.sql.Column
 
getDouble() - Method in class com.ora.jsp.sql.Value
 
getDouble() - Method in class com.ora.jsp.sql.column.DoubleColumn
 
getDouble() - Method in class com.ora.jsp.sql.value.DoubleValue
 
getDouble(int) - Method in class com.ora.jsp.sql.Row
 
getDouble(String) - Method in class com.ora.jsp.beans.locale.LocaleBean
Returns the specified number String converted to a double, parsed as defined by the currently selected locale.
getDouble(String) - Method in class com.ora.jsp.sql.Row
 
getDouble(String, String, String) - Method in class com.ora.jsp.tags.sql.value.DoubleValueTag
 
getElapsedTime() - Method in class com.ora.jsp.util.DebugBean
Returns a String with the number of milliseconds that has passed since the bean was created or the last time this method was called.
getEmailAddr() - Method in class com.ora.jsp.beans.emp.EmployeeBean
Returns the emailAddr property value.
getEmailAddr() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Returns the emailAddr property value
getEmailAddrFormatted() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Returns the emailAddr property value, with all HTML special characters converted to HTML character entities
getEmpDate() - Method in class com.ora.jsp.beans.emp.EmployeeBean
Returns the empDate property value.
getEmployee(String) - Method in class com.ora.jsp.beans.emp.EmployeeRegistryBean
Returns an EmployeeBean initialized with the information found in the database for the specified employee, or null if not found.
getEnumeration(Object) - Method in class com.ora.jsp.tags.generic.LoopTag
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).
getFirstName() - Method in class com.ora.jsp.beans.emp.EmployeeBean
Returns the firstName property value.
getFloat() - Method in class com.ora.jsp.sql.Column
 
getFloat() - Method in class com.ora.jsp.sql.Value
 
getFloat() - Method in class com.ora.jsp.sql.column.FloatColumn
 
getFloat() - Method in class com.ora.jsp.sql.value.FloatValue
 
getFloat(int) - Method in class com.ora.jsp.sql.Row
 
getFloat(String) - Method in class com.ora.jsp.beans.locale.LocaleBean
Returns the specified number String converted to a float, parsed as defined by the currently selected locale.
getFloat(String) - Method in class com.ora.jsp.sql.Row
 
getFloat(String, String, String) - Method in class com.ora.jsp.tags.sql.value.FloatValueTag
 
getHeaders() - Method in class com.ora.jsp.util.DebugBean
Returns a String with all header information.
getId() - Method in class com.ora.jsp.beans.news.NewsItemBean
Returns the id property value.
getId() - Method in class com.ora.jsp.beans.shopping.ProductBean
Returns the product id.
getIndex(String) - Method in class com.ora.jsp.sql.Row
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.
getInt() - Method in class com.ora.jsp.sql.Column
 
getInt() - Method in class com.ora.jsp.sql.Value
 
getInt() - Method in class com.ora.jsp.sql.column.IntColumn
 
getInt() - Method in class com.ora.jsp.sql.value.IntValue
 
getInt(int) - Method in class com.ora.jsp.sql.Row
 
getInt(String) - Method in class com.ora.jsp.beans.locale.LocaleBean
Returns the specified number String converted to a int, parsed as defined by the currently selected locale.
getInt(String) - Method in class com.ora.jsp.sql.Row
 
getInt(String, String, String) - Method in class com.ora.jsp.tags.sql.value.IntValueTag
 
getInterests() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Returns the interests property value
getInterestsFormatted() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Returns the interests property value, with all HTML special characters converted to HTML character entities
getLanguage() - Method in class com.ora.jsp.beans.locale.LocaleBean
Returns the language code for the currently selected locale.
getLastName() - Method in class com.ora.jsp.beans.emp.EmployeeBean
Returns the lastName property value.
GetLocalDateTag - class com.ora.jsp.tags.generic.GetLocalDateTag.
This class implements a custom action that inserts a date value, formatted according to the currently selected locale, in the response body.
GetLocalDateTag() - Constructor for class com.ora.jsp.tags.generic.GetLocalDateTag
 
getLocale() - Method in class com.ora.jsp.beans.locale.LocaleBean
Returns a Locale.
GetLocalNumberTag - class com.ora.jsp.tags.generic.GetLocalNumberTag.
This class implements a custom action that inserts a numeric value, formatted according to the currently selected locale, in the response body.
GetLocalNumberTag() - Constructor for class com.ora.jsp.tags.generic.GetLocalNumberTag
 
GetLocalPageNameTag - class com.ora.jsp.tags.generic.GetLocalPageNameTag.
This class implements a custom action that inserts a page name, matching the currently selected locale, in the response body.
GetLocalPageNameTag() - Constructor for class com.ora.jsp.tags.generic.GetLocalPageNameTag
 
GetLocalTextTag - class com.ora.jsp.tags.generic.GetLocalTextTag.
This class implements a custom action that inserts a text resource, matching the currently selected locale, in the response body.
GetLocalTextTag() - Constructor for class com.ora.jsp.tags.generic.GetLocalTextTag
 
getLoginTimeout() - Method in class com.ora.jsp.sql.DataSourceWrapper
Always throws a SQLException.
getLogWriter() - Method in class com.ora.jsp.sql.DataSourceWrapper
Always throws a SQLException.
getLong() - Method in class com.ora.jsp.sql.Column
 
getLong() - Method in class com.ora.jsp.sql.Value
 
getLong() - Method in class com.ora.jsp.sql.column.LongColumn
 
getLong() - Method in class com.ora.jsp.sql.value.LongValue
 
getLong(int) - Method in class com.ora.jsp.sql.Row
 
getLong(String) - Method in class com.ora.jsp.beans.locale.LocaleBean
Returns the specified number String converted to a long, parsed as defined by the currently selected locale.
getLong(String) - Method in class com.ora.jsp.sql.Row
 
getLong(String, String, String) - Method in class com.ora.jsp.tags.sql.value.LongValueTag
 
getLuckyNumber() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Returns the luckyNumber property value
getLuckyNumberFormatted() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Returns the luckyNumber property value, with all HTML special characters converted to HTML character entities
getMetaData() - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
getMsg() - Method in class com.ora.jsp.beans.news.NewsItemBean
Returns the msg property value.
getName() - Method in class com.ora.jsp.beans.shopping.ProductBean
Returns the product name.
getName() - Method in class com.ora.jsp.sql.Column
 
getName() - Method in class com.ora.jsp.tags.generic.EncodeURLTag.Param
 
getName() - Method in class com.ora.jsp.tags.generic.MenuItemTag.Param
 
getName() - Method in class com.ora.jsp.tags.generic.RedirectTag.Param
 
getNewsItems(String[]) - Method in class com.ora.jsp.beans.news.NewsBean
Returns an array of all items in the specified categories.
getNextValue(PageContext) - Method in class com.ora.jsp.beans.counter.CounterBean
Increments the counter for this page and returns the new value.
getNextValue(PageContext, boolean) - Method in class com.ora.jsp.beans.counter.CounterBean
Increments the counter for this page and returns the new value.
getNumber(String) - Method in class com.ora.jsp.beans.locale.LocaleBean
Returns the specified String as a Number, parsed based on the currently selected locale.
getNumberString(double) - Method in class com.ora.jsp.beans.locale.LocaleBean
Returns the specified number converted to a String, formatted as defined by the currently selected locale.
getObject() - Method in class com.ora.jsp.sql.Column
 
getObject() - Method in class com.ora.jsp.sql.Value
 
getObject() - Method in class com.ora.jsp.sql.column.ObjectColumn
 
getObject() - Method in class com.ora.jsp.sql.value.ObjectValue
 
getObject(int) - Method in class com.ora.jsp.sql.Row
 
getObject(String) - Method in class com.ora.jsp.sql.Row
 
getObject(String, String) - Method in class com.ora.jsp.tags.sql.value.ObjectValueTag
 
getPageName(String) - Method in class com.ora.jsp.beans.locale.LocaleBean
Returns a version of the specified page name with a language/country suffix for the currently selected locale.
getPageScope() - Method in class com.ora.jsp.util.DebugBean
Returns a String with all page scope variables.
getParameter(String) - Method in class com.ora.jsp.beans.locale.LocaleBean
Returns the first all value for the specified parameter, parsed using the currently specified charset.
getParameter(String) - Method in class com.ora.jsp.tags.sql.value.ValueTag
Returns the value of the specified request parameter, or throws a JspException if it doesn't exist.
getParameterNames() - Method in class com.ora.jsp.beans.locale.LocaleBean
Returns an Enumeration of all parameter names.
getParameters() - Method in class com.ora.jsp.util.DebugBean
Returns a String with all request parameter information.
getParameters(HttpServletRequest) - Method in class com.ora.jsp.tags.generic.UseLocaleBundleTag
Returns a Hashtable with all HTTP parameters from an HttpServetRequest.
getParameterValues(String) - Method in class com.ora.jsp.beans.locale.LocaleBean
Returns an array of all values for the specified parameter, parsed using the currently specified charset.
getPassword() - Method in class com.ora.jsp.beans.emp.EmployeeBean
Returns the password property value.
getPercent(int, int) - Method in class com.ora.jsp.beans.poll.PollBean
Returns an int representing the rounded percentage of answers.
getPostedBy() - Method in class com.ora.jsp.beans.news.NewsItemBean
Returns the postedBy property value.
getPostedDate() - Method in class com.ora.jsp.beans.news.NewsItemBean
Returns the postedDate property value.
getPreviousNumber() - Method in class com.ora.jsp.beans.calc.CalcBean
Returns the previous number.
getPrice() - Method in class com.ora.jsp.beans.shopping.ProductBean
Returns the product price.
getProduct(String) - Method in class com.ora.jsp.beans.shopping.CatalogBean
Returns one product, or throws an exception if not found
getProductList() - Method in class com.ora.jsp.beans.shopping.CatalogBean
Returns a list of all products.
getProducts() - Method in class com.ora.jsp.beans.shopping.CartBean
Returns the product list.
getProjects() - Method in class com.ora.jsp.beans.emp.EmployeeBean
Returns the projects property value.
getProjects(String, Connection) - Method in class com.ora.jsp.beans.emp.EmployeeRegistryBean
Returns a Vector with Row objects describing all projects for the specified employee, or null if not found.
getProperty(Object, String) - Method in class com.ora.jsp.tags.generic.LoopTag
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.
getProperty(Object, String, String) - Method in class com.ora.jsp.tags.generic.UsePropertyTag
Returns the value of the specified property from the specified bean.
getPropertyReadMethod(Object, String) - Method in class com.ora.jsp.tags.sql.value.ValueTag
Returns the read access method for the specified property of the specified bean, or throws a JspException if it doesn't exist.
getPropertyStatusMsg() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Returns an HTML fragment with information about all invalid property values, or an empty String if all properties are valid.
getRequestInfo() - Method in class com.ora.jsp.util.DebugBean
Returns a String with all basic request information.
getRequestScope() - Method in class com.ora.jsp.util.DebugBean
Returns a String with all request scope variables.
getReset() - Method in class com.ora.jsp.beans.calc.CalcBean
Returns the "reset flag".
getSessionScope() - Method in class com.ora.jsp.util.DebugBean
Returns a String with all session scope variables.
getSex() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Returns the sex property value
getSexFormatted() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Returns the sex property value, with all HTML special characters converted to HTML character entities
getShort() - Method in class com.ora.jsp.sql.Column
 
getShort() - Method in class com.ora.jsp.sql.Value
 
getShort() - Method in class com.ora.jsp.sql.column.ShortColumn
 
getShort() - Method in class com.ora.jsp.sql.value.ShortValue
 
getShort(int) - Method in class com.ora.jsp.sql.Row
 
getShort(String) - Method in class com.ora.jsp.sql.Row
 
getShort(String, String, String) - Method in class com.ora.jsp.tags.sql.value.ShortValueTag
 
getShowPageURL(HttpServletRequest) - Method in class com.ora.jsp.servlets.PBControllerServlet
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.
getShowPageURL(HttpServletRequest, String) - Method in class com.ora.jsp.servlets.ActionUtils
Returns a URL suitable for redirecting to a JSP page through the controller servlet, as a showPage action.
getSingleValueProps(String, Connection) - Method in class com.ora.jsp.beans.emp.EmployeeRegistryBean
Returns a Row with all information about the specified employee except the project list, or null if not found.
getString() - Method in class com.ora.jsp.sql.Column
This method must be implemented by all subclasses.
getString() - Method in class com.ora.jsp.sql.Value
This method must be implemented by all subclasses.
getString() - Method in class com.ora.jsp.sql.column.BooleanColumn
 
getString() - Method in class com.ora.jsp.sql.column.BigDecimalColumn
 
getString() - Method in class com.ora.jsp.sql.column.TimestampColumn
 
getString() - Method in class com.ora.jsp.sql.column.IntColumn
 
getString() - Method in class com.ora.jsp.sql.column.ShortColumn
 
getString() - Method in class com.ora.jsp.sql.column.LongColumn
 
getString() - Method in class com.ora.jsp.sql.column.BytesColumn
 
getString() - Method in class com.ora.jsp.sql.column.DateColumn
 
getString() - Method in class com.ora.jsp.sql.column.FloatColumn
 
getString() - Method in class com.ora.jsp.sql.column.TimeColumn
 
getString() - Method in class com.ora.jsp.sql.column.StringColumn
 
getString() - Method in class com.ora.jsp.sql.column.DoubleColumn
 
getString() - Method in class com.ora.jsp.sql.column.ObjectColumn
 
getString() - Method in class com.ora.jsp.sql.column.ByteColumn
 
getString() - Method in class com.ora.jsp.sql.value.FloatValue
 
getString() - Method in class com.ora.jsp.sql.value.TimeValue
 
getString() - Method in class com.ora.jsp.sql.value.StringValue
 
getString() - Method in class com.ora.jsp.sql.value.BooleanValue
 
getString() - Method in class com.ora.jsp.sql.value.DoubleValue
 
getString() - Method in class com.ora.jsp.sql.value.DateValue
 
getString() - Method in class com.ora.jsp.sql.value.IntValue
 
getString() - Method in class com.ora.jsp.sql.value.LongValue
 
getString() - Method in class com.ora.jsp.sql.value.ByteValue
 
getString() - Method in class com.ora.jsp.sql.value.BigDecimalValue
 
getString() - Method in class com.ora.jsp.sql.value.ObjectValue
 
getString() - Method in class com.ora.jsp.sql.value.ShortValue
 
getString() - Method in class com.ora.jsp.sql.value.TimestampValue
 
getString() - Method in class com.ora.jsp.sql.value.BytesValue
 
getString(int) - Method in class com.ora.jsp.sql.Row
 
getString(String) - Method in class com.ora.jsp.sql.Row
 
getString(String, String) - Method in class com.ora.jsp.tags.sql.value.StringValueTag
 
getSupportedLocale(Locale[]) - Method in class com.ora.jsp.beans.locale.LocaleBean
Returns the first Locale that matches a supported language, or the default Locale if no match.
getText(String) - Method in class com.ora.jsp.beans.locale.LocaleBean
Returns the text resource for the specified key, with the best match for the currently selected locale.
getTime() - Method in class com.ora.jsp.sql.Column
 
getTime() - Method in class com.ora.jsp.sql.Value
 
getTime() - Method in class com.ora.jsp.sql.column.TimeColumn
 
getTime() - Method in class com.ora.jsp.sql.value.TimeValue
 
getTime(int) - Method in class com.ora.jsp.sql.Row
 
getTime(String) - Method in class com.ora.jsp.sql.Row
 
getTime(String, String, String) - Method in class com.ora.jsp.tags.sql.value.TimeValueTag
 
getTimestamp() - Method in class com.ora.jsp.sql.Column
 
getTimestamp() - Method in class com.ora.jsp.sql.Value
 
getTimestamp() - Method in class com.ora.jsp.sql.column.TimestampColumn
 
getTimestamp() - Method in class com.ora.jsp.sql.value.TimestampValue
 
getTimestamp(int) - Method in class com.ora.jsp.sql.Row
 
getTimestamp(String) - Method in class com.ora.jsp.sql.Row
 
getTimestamp(String, String, String) - Method in class com.ora.jsp.tags.sql.value.TimestampValueTag
 
getTotal() - Method in class com.ora.jsp.beans.poll.PollBean
Returns the total number of answers.
getTotal() - Method in class com.ora.jsp.beans.shopping.CartBean
Returns the total price for all products in the cart
getTransactionConnection() - Method in class com.ora.jsp.tags.sql.TransactionTag
Gets a DataSource from the application scope, with the name specified by the dataSource attribute, and prepares it for transaction handling.
getTransactionIsolation() - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
getTypeMap() - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
getUserName() - Method in class com.ora.jsp.beans.emp.EmployeeBean
Returns the userName property value.
getUserName() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Returns the userName property value
getUserNameFormatted() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Returns the userName property value, with all HTML special characters converted to HTML character entities
getValue() - Method in class com.ora.jsp.tags.generic.EncodeURLTag.Param
 
getValue() - Method in class com.ora.jsp.tags.generic.MenuItemTag.Param
 
getValue() - Method in class com.ora.jsp.tags.generic.RedirectTag.Param
 
getValue(Object, Method, String) - Method in class com.ora.jsp.tags.sql.value.ValueTag
Invokes the read access method on the specified bean and returns the result, or throws a JspException if it fails.
getVariableInfo(TagData) - Method in class com.ora.jsp.tags.generic.UseLocaleBundleTagExtraInfo
 
getVariableInfo(TagData) - Method in class com.ora.jsp.tags.generic.UsePropertyTagExtraInfo
 
getVariableInfo(TagData) - Method in class com.ora.jsp.tags.generic.LoopTagExtraInfo
 
getVariableInfo(TagData) - Method in class com.ora.jsp.tags.sql.UpdateTagExtraInfo
 
getVariableInfo(TagData) - Method in class com.ora.jsp.tags.sql.QueryTagExtraInfo
 
getVariableInfo(TagData) - Method in class com.ora.jsp.tags.sql.UseDataSourceTagExtraInfo
 
getWarnings() - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.

H

handleMsg(String, Hashtable) - Method in class com.ora.jsp.util.DebugBean
If debug is activated, writes the specified property value to the log file and returns it as an HTML table, depending on the requested debug type.
handleMsg(String, String) - Method in class com.ora.jsp.util.DebugBean
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
 
id - Variable in class com.ora.jsp.tags.generic.UseLocaleBundleTag
 
id - Variable in class com.ora.jsp.tags.generic.UsePropertyTag
 
id - Variable in class com.ora.jsp.tags.sql.UseDataSourceTag
 
id - Variable in class com.ora.jsp.tags.sql.DBTag
 
idSequence - Variable in class com.ora.jsp.beans.news.NewsBean
 
increment - Variable in class com.ora.jsp.sql.ConnectionPool
 
IncrementCounterTag - class com.ora.jsp.tags.counter.IncrementCounterTag.
This class is a custom action for incrementing the value of a page counter for the page where it's included.
IncrementCounterTag() - Constructor for class com.ora.jsp.tags.counter.IncrementCounterTag
 
incrementValue(PageContext, boolean) - Method in class com.ora.jsp.beans.counter.CounterBean
Increments the counter for this page.
init() - Method in class com.ora.jsp.servlets.PBControllerServlet
Creates an EmployeeRegistryBean and a NewsBean, and saves them as servlet context attributes.
init() - Method in class com.ora.jsp.servlets.PBDispatcherServlet
Creates the application scope objects used by the Actions and JSP pages in this application.
initActions() - Method in class com.ora.jsp.servlets.PBDispatcherServlet
Initializes the set of Action objects used by the application.
IntColumn - class com.ora.jsp.sql.column.IntColumn.
This class represents a int column.
IntColumn(String, int) - Constructor for class com.ora.jsp.sql.column.IntColumn
 
interests - Variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 
IntValue - class com.ora.jsp.sql.value.IntValue.
This class represents a int value used by the SQL tags.
IntValue(int) - Constructor for class com.ora.jsp.sql.value.IntValue
 
IntValueTag - class com.ora.jsp.tags.sql.value.IntValueTag.
This class is a custom action intended to be used in the body of a sqlQuery or an sqlUpdate action element.
IntValueTag() - Constructor for class com.ora.jsp.tags.sql.value.IntValueTag
 
isAuthenticated(HttpServletRequest) - Method in class com.ora.jsp.servlets.PBControllerServlet
Returns true if an authentication token object is found in the session.
isAuthenticated(HttpServletRequest) - Method in class com.ora.jsp.servlets.PBDispatcherServlet
Returns true if the session contains the authentication token.
isClosed - Variable in class com.ora.jsp.sql.ConnectionWrapper
 
isClosed() - Method in class com.ora.jsp.sql.ConnectionWrapper
Returns true if the ConnectionWrapper is closed, false otherwise.
isCookieSet(String, HttpServletRequest) - Static method in class com.ora.jsp.util.CookieUtils
Returns true if a cookie with the specified name is present in the request.
isDebugActive() - Method in class com.ora.jsp.util.DebugBean
Returns true if the pageContext attribute has been set and a valid "debug" request parameter is present in the request.
isEmpty() - Method in class com.ora.jsp.beans.shopping.CartBean
Returns true if the cart is empty
isEqual(Locale[], Locale[]) - Method in class com.ora.jsp.beans.locale.LocaleBean
Returns true if the the specifed Locale arrays contains exactly the same locale information.
isExceptionThrown - Variable in class com.ora.jsp.sql.SQLCommandBean
 
isExceptionThrown - Variable in class com.ora.jsp.tags.sql.DBTag
 
isInitialized - Variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 
isInitialized() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Returns true if at least one property has been set
isPartOfTransaction - Variable in class com.ora.jsp.tags.sql.DBTag
 
isReadOnly() - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
isSupportedLang(String) - Method in class com.ora.jsp.beans.locale.LocaleBean
Returns true if the specified languge is a supported language.
isValid() - Method in class com.ora.jsp.beans.poll.AnswerBean
Returns true if the answerId matches one of the allowed alternatives.
isValid() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Returns true if all property values have valid values (they are only set if the value is valid).
isValid(TagData) - Method in class com.ora.jsp.tags.sql.DBTagExtraInfo
Returns true only if a valid scope value is specified: page, request, session or application.
isValid(TagData) - Method in class com.ora.jsp.tags.sql.value.ValueTagExtraInfo
Returns true only if a valid combination of attributes is specified:
isValidDate(String, String) - Static method in class com.ora.jsp.util.StringFormat
Returns true if the specified date string represents a valid date in the specified format.
isValidEmailAddr(String) - Static method in class com.ora.jsp.util.StringFormat
Returns true if the email string contains an at sign ("@") and at least one dot ("."), i.e.
isValidInteger(String, int, int) - Static method in class com.ora.jsp.util.StringFormat
Returns true if the specified number string represents a valid integer in the specified range.
isValidString(String, String[], boolean) - Static method in class com.ora.jsp.util.StringFormat
Returns true if the specified string matches a string in the set of provided valid strings, ignoring case if specified.

K

key - Variable in class com.ora.jsp.tags.generic.GetLocalTextTag
 

L

language - Variable in class com.ora.jsp.beans.locale.LocaleBean
 
lastName - Variable in class com.ora.jsp.beans.emp.EmployeeBean
 
LINE_FEED - Static variable in class com.ora.jsp.util.DebugBean
 
locale - Variable in class com.ora.jsp.beans.locale.LocaleBean
 
LocaleBean - class com.ora.jsp.beans.locale.LocaleBean.
This class contains a number of methods for dealing with localized content.
LocaleBean() - Constructor for class com.ora.jsp.beans.locale.LocaleBean
 
log(String, Hashtable) - Method in class com.ora.jsp.util.DebugBean
 
log(String, String) - Method in class com.ora.jsp.util.DebugBean
Writes the specified property value to the System.out or the log file, depending on the requested debug type.
LoginAction - class com.ora.jsp.servlets.LoginAction.
This class handles forward to the login page in the Project Billboard application.
LoginAction() - Constructor for class com.ora.jsp.servlets.LoginAction
 
loginPage - Variable in class com.ora.jsp.tags.generic.ValidateSessionTag
 
LogoutAction - class com.ora.jsp.servlets.LogoutAction.
This class performs the log out from the Project Billboard application.
LogoutAction() - Constructor for class com.ora.jsp.servlets.LogoutAction
 
LongColumn - class com.ora.jsp.sql.column.LongColumn.
This class represents a long column.
LongColumn(String, long) - Constructor for class com.ora.jsp.sql.column.LongColumn
 
LongValue - class com.ora.jsp.sql.value.LongValue.
This class represents a long value used by the SQL tags.
LongValue(long) - Constructor for class com.ora.jsp.sql.value.LongValue
 
LongValueTag - class com.ora.jsp.tags.sql.value.LongValueTag.
This class is a custom action intended to be used in the body of a sqlQuery or an sqlUpdate action element.
LongValueTag() - Constructor for class com.ora.jsp.tags.sql.value.LongValueTag
 
loopId - Variable in class com.ora.jsp.tags.generic.LoopTag
 
LoopTag - class com.ora.jsp.tags.generic.LoopTag.
This class is a custom action for looping through the elements of a multi-valued bean or bean property.
LoopTag() - Constructor for class com.ora.jsp.tags.generic.LoopTag
 
LoopTagExtraInfo - class com.ora.jsp.tags.generic.LoopTagExtraInfo.
This class provides information about the variable created by the LoopTag to the JSP container at translation-time.
LoopTagExtraInfo() - Constructor for class com.ora.jsp.tags.generic.LoopTagExtraInfo
 
luckyNumber - Variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 
luckyNumberInput - Variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 

M

MAX_LUCKY_NUMBER - Static variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 
maxAgeString - Variable in class com.ora.jsp.tags.generic.AddCookieTag
 
MenuItemTag - class com.ora.jsp.tags.generic.MenuItemTag.
This class is a custom action for inserting HTML references in a navigation menu.
MenuItemTag.Param - class com.ora.jsp.tags.generic.MenuItemTag.Param.
This is a helper class that holds the name and value of a parameter.
MenuItemTag.Param(MenuItemTag, String, String) - Constructor for class com.ora.jsp.tags.generic.MenuItemTag.Param
 
MenuItemTag() - Constructor for class com.ora.jsp.tags.generic.MenuItemTag
 
MIN_LUCKY_NUMBER - Static variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 
msg - Variable in class com.ora.jsp.beans.news.NewsItemBean
 
MULT_OPER - Static variable in class com.ora.jsp.beans.calc.CalcBean
 

N

name - Variable in class com.ora.jsp.beans.shopping.ProductBean
 
name - Variable in class com.ora.jsp.sql.Column
 
name - Variable in class com.ora.jsp.tags.generic.GetLocalPageNameTag
 
name - Variable in class com.ora.jsp.tags.generic.GetCookieValueTag
 
name - Variable in class com.ora.jsp.tags.generic.GetLocalDateTag
 
name - Variable in class com.ora.jsp.tags.generic.GetLocalNumberTag
 
name - Variable in class com.ora.jsp.tags.generic.UsePropertyTag
 
name - Variable in class com.ora.jsp.tags.generic.LoopTag
 
name - Variable in class com.ora.jsp.tags.generic.AddCookieTag
 
name - Variable in class com.ora.jsp.tags.generic.EncodeURLTag.Param
 
name - Variable in class com.ora.jsp.tags.generic.ValidateSessionTag
 
name - Variable in class com.ora.jsp.tags.generic.ParamTag
 
name - Variable in class com.ora.jsp.tags.generic.MenuItemTag.Param
 
name - Variable in class com.ora.jsp.tags.generic.RedirectTag.Param
 
name - Variable in class com.ora.jsp.tags.generic.GetLocalTextTag
 
name - Variable in class com.ora.jsp.tags.sql.value.ValueTag
 
nativeSQL(String) - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
newDigit - Variable in class com.ora.jsp.beans.calc.CalcBean
 
newOper - Variable in class com.ora.jsp.beans.calc.CalcBean
 
NewsBean - class com.ora.jsp.beans.news.NewsBean.
This class maintains a list of NewsItemBean objects.
NewsBean() - Constructor for class com.ora.jsp.beans.news.NewsBean
Creates a new instance and fills it with a few sample news items.
NewsItemBean - class com.ora.jsp.beans.news.NewsItemBean.
This class holds information about one news item.
NewsItemBean() - Constructor for class com.ora.jsp.beans.news.NewsItemBean
 
newsItems - Variable in class com.ora.jsp.beans.news.NewsBean
 
NO_OPER - Static variable in class com.ora.jsp.beans.calc.CalcBean
 
NoCacheTag - class com.ora.jsp.tags.generic.NoCacheTag.
This class is a custom action for setting response headers that prevent the page from being cached by a browser or proxy server.
NoCacheTag() - Constructor for class com.ora.jsp.tags.generic.NoCacheTag
 
NoSuchColumnException - exception com.ora.jsp.sql.NoSuchColumnException.
This exception is thrown when trying to get a column from a Row using an invalid index or name.
NoSuchColumnException(String) - Constructor for class com.ora.jsp.sql.NoSuchColumnException
 
nullToString(String) - Method in class com.ora.jsp.util.DebugBean
Returns the String "null" if the value is null, otherwise the value itself.
numberFormat - Variable in class com.ora.jsp.beans.locale.LocaleBean
 
numberFormat - Static variable in class com.ora.jsp.util.StringFormat
 

O

ObjectColumn - class com.ora.jsp.sql.column.ObjectColumn.
This class represents an Object column.
ObjectColumn(String, Object) - Constructor for class com.ora.jsp.sql.column.ObjectColumn
 
ObjectValue - class com.ora.jsp.sql.value.ObjectValue.
This class represents an Object value used by the SQL tags.
ObjectValue(Object) - Constructor for class com.ora.jsp.sql.value.ObjectValue
 
ObjectValueTag - class com.ora.jsp.tags.sql.value.ObjectValueTag.
This class is a custom action intended to be used in the body of a sqlQuery or an sqlUpdate action element.
ObjectValueTag() - Constructor for class com.ora.jsp.tags.sql.value.ObjectValueTag
 
operClicked - Variable in class com.ora.jsp.beans.calc.CalcBean
 

P

page - Variable in class com.ora.jsp.tags.generic.MenuItemTag
 
page - Variable in class com.ora.jsp.tags.generic.RedirectTag
 
pageContext - Variable in class com.ora.jsp.util.DebugBean
 
pageName - Variable in class com.ora.jsp.tags.generic.GetLocalPageNameTag
 
param - Variable in class com.ora.jsp.tags.sql.value.ValueTag
 
parameters - Variable in class com.ora.jsp.beans.locale.LocaleBean
 
ParamParent - interface com.ora.jsp.tags.generic.ParamParent.
This interface must be implemented by all tag handlers that can have ParamTag's in the body.
params - Variable in class com.ora.jsp.tags.generic.EncodeURLTag
 
params - Variable in class com.ora.jsp.tags.generic.MenuItemTag
 
params - Variable in class com.ora.jsp.tags.generic.RedirectTag
 
ParamTag - class com.ora.jsp.tags.generic.ParamTag.
This class is a custom action intended to be used in the body of an EncodeURLTag or a RedirectTag.
ParamTag() - Constructor for class com.ora.jsp.tags.generic.ParamTag
 
password - Variable in class com.ora.jsp.beans.emp.EmployeeBean
 
password - Variable in class com.ora.jsp.sql.ConnectionPool
 
pattern - Variable in class com.ora.jsp.tags.sql.value.ValueTag
 
PBControllerServlet - class com.ora.jsp.servlets.PBControllerServlet.
This class is an example of a servlet used as the Controller for the Project Billboard application.
PBControllerServlet() - Constructor for class com.ora.jsp.servlets.PBControllerServlet
 
PBDispatcherServlet - class com.ora.jsp.servlets.PBDispatcherServlet.
This class acts as a controller for the Project Billboard example, dispatching to separate Action objects for request processing.
PBDispatcherServlet() - Constructor for class com.ora.jsp.servlets.PBDispatcherServlet
 
perform(HttpServlet, HttpServletRequest, HttpServletResponse) - Method in class com.ora.jsp.servlets.UpdateProfileAction
Updates the projects property of an authenticated user, represented by the "validUser" session attribute, using the EmployeeRegistryBean.
perform(HttpServlet, HttpServletRequest, HttpServletResponse) - Method in class com.ora.jsp.servlets.StoreMsgAction
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).
perform(HttpServlet, HttpServletRequest, HttpServletResponse) - Method in class com.ora.jsp.servlets.LogoutAction
Invalidates the session, thereby removing the authentication token, and redirects to the login page.
perform(HttpServlet, HttpServletRequest, HttpServletResponse) - Method in interface com.ora.jsp.servlets.Action
Perform the action implemented by the class.
perform(HttpServlet, HttpServletRequest, HttpServletResponse) - Method in class com.ora.jsp.servlets.AuthenticateAction
Autheticates a user with help from the EmployeeRegistryBean, using the "userName" and "password" request parameters.
perform(HttpServlet, HttpServletRequest, HttpServletResponse) - Method in class com.ora.jsp.servlets.ShowPageAction
Forwards to the specified JSP page.
perform(HttpServlet, HttpServletRequest, HttpServletResponse) - Method in class com.ora.jsp.servlets.LoginAction
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.
PollBean - class com.ora.jsp.beans.poll.PollBean.
This class maintains a list of answers in an online poll application.
PollBean() - Constructor for class com.ora.jsp.beans.poll.PollBean
 
pool - Variable in class com.ora.jsp.sql.DataSourceWrapper
 
postedBy - Variable in class com.ora.jsp.beans.news.NewsItemBean
 
postedDate - Variable in class com.ora.jsp.beans.news.NewsItemBean
 
prefix - Variable in class com.ora.jsp.tags.sql.value.StringValueTag
 
prepareCall(String) - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
prepareCall(String, int, int) - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
prepareStatement(String) - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
prepareStatement(String, int, int) - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
previousNumber - Variable in class com.ora.jsp.beans.calc.CalcBean
 
price - Variable in class com.ora.jsp.beans.shopping.ProductBean
 
ProductBean - class com.ora.jsp.beans.shopping.ProductBean.
This class represents a product.
ProductBean() - Constructor for class com.ora.jsp.beans.shopping.ProductBean
 
projects - Variable in class com.ora.jsp.beans.emp.EmployeeBean
 
property - Variable in class com.ora.jsp.tags.generic.UsePropertyTag
 
property - Variable in class com.ora.jsp.tags.generic.LoopTag
 
property - Variable in class com.ora.jsp.tags.sql.value.ValueTag
 
pw - Variable in class com.ora.jsp.tags.sql.UseDataSourceTag
 

Q

QueryTag - class com.ora.jsp.tags.sql.QueryTag.
This class is a custom action for executing a SQL SELECT statement.
QueryTag() - Constructor for class com.ora.jsp.tags.sql.QueryTag
 
QueryTagExtraInfo - class com.ora.jsp.tags.sql.QueryTagExtraInfo.
This class provides information about the variable created by the QueryTag to the JSP container at translation-time.
QueryTagExtraInfo() - Constructor for class com.ora.jsp.tags.sql.QueryTagExtraInfo
 

R

realConn - Variable in class com.ora.jsp.sql.ConnectionWrapper
 
RedirectTag - class com.ora.jsp.tags.generic.RedirectTag.
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).
RedirectTag.Param - class com.ora.jsp.tags.generic.RedirectTag.Param.
This is a helper class that holds the name and value of a parameter.
RedirectTag.Param(RedirectTag, String, String) - Constructor for class com.ora.jsp.tags.generic.RedirectTag.Param
 
RedirectTag() - Constructor for class com.ora.jsp.tags.generic.RedirectTag
 
release() - Method in class com.ora.jsp.tags.generic.GetLocalPageNameTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.generic.GetCookieValueTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.generic.GetLocalDateTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.generic.UseLocaleBundleTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.generic.GetLocalNumberTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.generic.UsePropertyTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.generic.LoopTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.generic.AddCookieTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.generic.EncodeURLTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.generic.ValidateSessionTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.generic.ParamTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.generic.MenuItemTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.generic.RedirectTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.generic.GetLocalTextTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.sql.UseDataSourceTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.sql.TransactionTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.sql.DBTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.sql.value.ValueTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.sql.value.BytesValueTag
 
release() - Method in class com.ora.jsp.tags.sql.value.ObjectValueTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.sql.value.TimestampValueTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.sql.value.BigDecimalValueTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.sql.value.StringValueTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.sql.value.TimeValueTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.sql.value.DateValueTag
Releases all instance variables.
removeNewsItem(int) - Method in class com.ora.jsp.beans.news.NewsBean
Removes the new item with the specified id.
replaceInString(String, String, String) - Static method in class com.ora.jsp.util.StringFormat
Replaces one string with another throughout a source string.
requestLocales - Variable in class com.ora.jsp.beans.locale.LocaleBean
 
reset - Variable in class com.ora.jsp.beans.calc.CalcBean
 
resetBundle() - Method in class com.ora.jsp.beans.locale.LocaleBean
Resets the ResourceBundle.
resetLocale() - Method in class com.ora.jsp.beans.locale.LocaleBean
Resets all locale dependent variables.
returnConnection(Connection) - Method in class com.ora.jsp.sql.DataSourceWrapper
Returns a Connection to the pool.
returnConnection(Connection) - Method in class com.ora.jsp.sql.ConnectionPool
 
rollback() - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
Row - class com.ora.jsp.sql.Row.
This class represents a Row in a database query result.
Row(ResultSet) - Constructor for class com.ora.jsp.sql.Row
Constructor.

S

saveEmployee(EmployeeBean) - Method in class com.ora.jsp.beans.emp.EmployeeRegistryBean
Inserts the information about the specified employee, or updates the information if it's already defined.
saveProjects(EmployeeBean, Connection) - Method in class com.ora.jsp.beans.emp.EmployeeRegistryBean
Updates or inserts project information for the specified employee.
saveSingleValueProps(EmployeeBean, Connection) - Method in class com.ora.jsp.beans.emp.EmployeeRegistryBean
Inserts the information about the specified employee (except projects), or updates the information if it's already defined.
scope - Variable in class com.ora.jsp.tags.counter.IncrementCounterTag
 
scope - Variable in class com.ora.jsp.tags.counter.ShowCounterTag
 
scope - Variable in class com.ora.jsp.tags.sql.DBTag
 
sendCookie(String, String, int, HttpServletResponse) - Static method in class com.ora.jsp.util.CookieUtils
Creates a Cookie with the specified name, value and max age, and adds it to the response.
setAnswer(AnswerBean) - Method in class com.ora.jsp.beans.poll.PollBean
Increments the counter matching the answer as well as the total number of answers.
setAnswerId(String) - Method in class com.ora.jsp.beans.poll.AnswerBean
Sets the answerId property value.
setArg(String) - Method in class com.ora.jsp.tags.generic.UsePropertyTag
Sets the arg attribute, i.e.
setAutoCommit(boolean) - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
setBirthDate(String) - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Sets the birthDate property value, if it's valid
setBundleName(String) - Method in class com.ora.jsp.beans.locale.LocaleBean
Sets the bundle name.
setBundleName(String) - Method in class com.ora.jsp.tags.generic.UseLocaleBundleTag
Sets the bundleName property, i.e.
setCatalog(String) - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
setCategory(String) - Method in class com.ora.jsp.beans.news.NewsItemBean
Sets the category property value.
setCharset(String) - Method in class com.ora.jsp.beans.locale.LocaleBean
Sets the charset used to parse request parameters.
setClassName(String) - Method in class com.ora.jsp.tags.generic.UsePropertyTag
Sets the class attribute, i.e.
setClassName(String) - Method in class com.ora.jsp.tags.generic.LoopTag
Sets the class attribute, i.e.
setClassName(String) - Method in class com.ora.jsp.tags.sql.UseDataSourceTag
Sets the JDBC driver class name.
setClear(String) - Method in class com.ora.jsp.beans.calc.CalcBean
Sets the "cleared" flag, indicating that the user clicked Clear.
setConnection(Connection) - Method in class com.ora.jsp.sql.SQLCommandBean
Sets the Connection to use.
setCurrentNumber(String) - Method in class com.ora.jsp.beans.calc.CalcBean
Sets the current number, i.e.
setCurrentOperation(String) - Method in class com.ora.jsp.beans.calc.CalcBean
Sets the current operation, i.e.
setDataSource(DataSource) - Method in class com.ora.jsp.beans.emp.EmployeeRegistryBean
Sets the dataSource property value.
setDataSource(String) - Method in class com.ora.jsp.tags.sql.TransactionTag
Sets the dataSource attribute.
setDataSource(String) - Method in class com.ora.jsp.tags.sql.DBTag
Sets the dataSource attribute.
setDate(Date) - Method in class com.ora.jsp.tags.generic.GetLocalDateTag
Sets the date value property.
setDept(String) - Method in class com.ora.jsp.beans.emp.EmployeeBean
Sets the dept property value.
setDescr(String) - Method in class com.ora.jsp.beans.shopping.ProductBean
Sets the product description.
setDigit(String) - Method in class com.ora.jsp.beans.calc.CalcBean
Sets the new digit entered by the user.
setDot(String) - Method in class com.ora.jsp.beans.calc.CalcBean
Sets the decimal separator entered by the user.
setEmailAddr(String) - Method in class com.ora.jsp.beans.emp.EmployeeBean
Sets the emailAddr property value.
setEmailAddr(String) - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Sets the emailAddr property value, if it's valid
setEmpDate(String) - Method in class com.ora.jsp.beans.emp.EmployeeBean
Sets the empDate property value.
setErrorMsg(String) - Method in class com.ora.jsp.tags.generic.ValidateSessionTag
Sets the error message to display on the login page.
setFirstName(String) - Method in class com.ora.jsp.beans.emp.EmployeeBean
Sets the firstName property value.
setId(int) - Method in class com.ora.jsp.beans.news.NewsItemBean
Sets the id property value.
setId(String) - Method in class com.ora.jsp.beans.shopping.ProductBean
Sets the product id.
setId(String) - Method in class com.ora.jsp.tags.generic.UseLocaleBundleTag
Sets the id property, i.e.
setId(String) - Method in class com.ora.jsp.tags.generic.UsePropertyTag
Sets the id attribute, i.e.
setId(String) - Method in class com.ora.jsp.tags.sql.UseDataSourceTag
Sets the id, i.e.
setId(String) - Method in class com.ora.jsp.tags.sql.DBTag
Sets the id attribute.
setInterests(String[]) - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Sets the interests property value
setKey(String) - Method in class com.ora.jsp.tags.generic.GetLocalTextTag
Sets the resource key property.
setLanguage(String) - Method in class com.ora.jsp.beans.locale.LocaleBean
Sets the user selected language/country code.
setLastName(String) - Method in class com.ora.jsp.beans.emp.EmployeeBean
Sets the lastName property value.
setLoginPage(String) - Method in class com.ora.jsp.tags.generic.ValidateSessionTag
Sets the login page URL
setLoginTimeout(int) - Method in class com.ora.jsp.sql.DataSourceWrapper
Always throws a SQLException.
setLogWriter(PrintWriter) - Method in class com.ora.jsp.sql.DataSourceWrapper
Always throws a SQLException.
setLoopId(String) - Method in class com.ora.jsp.tags.generic.LoopTag
Sets the loopId attribute, i.e.
setLuckyNumber(String) - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Sets the luckyNumber property value, if it's valid
setMaxAge(String) - Method in class com.ora.jsp.tags.generic.AddCookieTag
Sets the cookie maxAge attribute.
setMsg(String) - Method in class com.ora.jsp.beans.news.NewsItemBean
Sets the msg property value.
setName(String) - Method in class com.ora.jsp.beans.shopping.ProductBean
Sets the product name.
setName(String) - Method in class com.ora.jsp.tags.generic.GetLocalPageNameTag
Sets the LocaleBean name property.
setName(String) - Method in class com.ora.jsp.tags.generic.GetCookieValueTag
Sets the cookie name attribute.
setName(String) - Method in class com.ora.jsp.tags.generic.GetLocalDateTag
Sets the LocaleBean name property.
setName(String) - Method in class com.ora.jsp.tags.generic.GetLocalNumberTag
Sets the LocaleBean name property.
setName(String) - Method in class com.ora.jsp.tags.generic.UsePropertyTag
Sets the name attribute, i.e.
setName(String) - Method in class com.ora.jsp.tags.generic.LoopTag
Sets the name attribute, i.e.
setName(String) - Method in class com.ora.jsp.tags.generic.AddCookieTag
Sets the cookie name attribute.
setName(String) - Method in class com.ora.jsp.tags.generic.ValidateSessionTag
Sets the name of the session object to look for.
setName(String) - Method in class com.ora.jsp.tags.generic.ParamTag
Sets the name attribute.
setName(String) - Method in class com.ora.jsp.tags.generic.GetLocalTextTag
Sets the LocaleBean name property.
setName(String) - Method in class com.ora.jsp.tags.sql.value.ValueTag
Sets the name of the bean in one of the JSP scopes with a property that holds the value.
setNewsItem(NewsItemBean) - Method in class com.ora.jsp.beans.news.NewsBean
Adds a news item to the list.
setOper(String) - Method in class com.ora.jsp.beans.calc.CalcBean
Sets the operation (+, -, *, / or =) entered by the user.
setPage(String) - Method in class com.ora.jsp.tags.generic.MenuItemTag
Sets the page attribute.
setPage(String) - Method in class com.ora.jsp.tags.generic.RedirectTag
Sets the page attribute.
setPageContext(PageContext) - Method in class com.ora.jsp.util.DebugBean
Sets the pageContext property.
setPageName(String) - Method in class com.ora.jsp.tags.generic.GetLocalPageNameTag
Sets the base page name property.
setParam(String) - Method in class com.ora.jsp.tags.sql.value.ValueTag
Sets the name of the HTTP parameter that holds the value.
setParam(String, String) - Method in interface com.ora.jsp.tags.generic.ParamParent
Adds a parameter name-value pair represented by the embedded ParamTag.
setParam(String, String) - Method in class com.ora.jsp.tags.generic.EncodeURLTag
Adds a parameter name and value.
setParam(String, String) - Method in class com.ora.jsp.tags.generic.MenuItemTag
Adds a parameter name and value.
setParam(String, String) - Method in class com.ora.jsp.tags.generic.RedirectTag
Adds a parameter name and value.
setParameters(Hashtable) - Method in class com.ora.jsp.beans.locale.LocaleBean
Sets the parameter list.
setPassword(String) - Method in class com.ora.jsp.beans.emp.EmployeeBean
Sets the password property value.
setPattern(String) - Method in class com.ora.jsp.tags.sql.value.ValueTag
Sets the parsing pattern for a date/time or a numeric value expressed as a String.
setPostedBy(String) - Method in class com.ora.jsp.beans.news.NewsItemBean
Sets the postedBy property value.
setPrefix(String) - Method in class com.ora.jsp.tags.sql.value.StringValueTag
Sets the prefix property.
setPreviousNumber(String) - Method in class com.ora.jsp.beans.calc.CalcBean
Sets the previous number, i.e.
setPrice(float) - Method in class com.ora.jsp.beans.shopping.ProductBean
Sets the product price.
setProduct(ProductBean) - Method in class com.ora.jsp.beans.shopping.CartBean
Adds a product to the cart, if it's not already there.
setProjects(String[]) - Method in class com.ora.jsp.beans.emp.EmployeeBean
Sets the projects property value.
setProperty(String) - Method in class com.ora.jsp.tags.generic.UsePropertyTag
Sets the property attribute, i.e.
setProperty(String) - Method in class com.ora.jsp.tags.generic.LoopTag
Sets the property attribute, i.e.
setProperty(String) - Method in class com.ora.jsp.tags.sql.value.ValueTag
Sets the name of the bean property that holds the value.
setPw(String) - Method in class com.ora.jsp.tags.sql.UseDataSourceTag
Sets the database account password, if needed.
setReadOnly(boolean) - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
setRequestLocales(Locale[]) - Method in class com.ora.jsp.beans.locale.LocaleBean
Sets the set of locales received with the request, and resets the currently selected locale if the new set is different from the current set.
setReset(boolean) - Method in class com.ora.jsp.beans.calc.CalcBean
Sets the "reset flag" to clear the current number on the next submit (e.g.
setScope(String) - Method in class com.ora.jsp.tags.counter.IncrementCounterTag
Sets the scope attribute value.
setScope(String) - Method in class com.ora.jsp.tags.counter.ShowCounterTag
Sets the scope attribute value.
setScope(String) - Method in class com.ora.jsp.tags.sql.DBTag
Sets the scope attribute.
setSex(String) - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Sets the sex property value, if it's valid
setSqlValue(String) - Method in class com.ora.jsp.sql.SQLCommandBean
Set the SQL string, possibly with ? place holders for values set by setValues().
setStringValue(String) - Method in class com.ora.jsp.tags.sql.value.ValueTag
Sets the value as a String.
setSuffix(String) - Method in class com.ora.jsp.tags.sql.value.StringValueTag
Sets the suffix property.
setSupportedLangs(String) - Method in class com.ora.jsp.beans.locale.LocaleBean
Sets the set of supported languages, provided as a comma separated list of country/language codes.
setSupportedLangs(String) - Method in class com.ora.jsp.tags.generic.UseLocaleBundleTag
Sets the supportedLangs property, i.e.
setTransactionIsolation(int) - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
setTypeMap(Map) - Method in class com.ora.jsp.sql.ConnectionWrapper
 
setUrl(String) - Method in class com.ora.jsp.tags.generic.EncodeURLTag
Sets the url attribute.
setUrl(String) - Method in class com.ora.jsp.tags.sql.UseDataSourceTag
Sets the JDBC URL.
setUser(String) - Method in class com.ora.jsp.tags.sql.UseDataSourceTag
Sets the database account name, if needed.
setUserName(String) - Method in class com.ora.jsp.beans.emp.EmployeeBean
Sets the userName property value.
setUserName(String) - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Sets the userName property value
setValue(BigDecimal) - Method in class com.ora.jsp.tags.sql.value.BigDecimalValueTag
Sets the value property.
setValue(boolean) - Method in class com.ora.jsp.tags.sql.value.BooleanValueTag
Sets the value property.
setValue(byte) - Method in class com.ora.jsp.tags.sql.value.ByteValueTag
Sets the value property.
setValue(byte[]) - Method in class com.ora.jsp.tags.sql.value.BytesValueTag
Sets the value property.
setValue(Date) - Method in class com.ora.jsp.tags.sql.value.TimestampValueTag
Sets the value property.
setValue(Date) - Method in class com.ora.jsp.tags.sql.value.TimeValueTag
Sets the value property.
setValue(Date) - Method in class com.ora.jsp.tags.sql.value.DateValueTag
Sets the value property.
setValue(double) - Method in class com.ora.jsp.tags.generic.GetLocalNumberTag
Sets the numeric value property.
setValue(double) - Method in class com.ora.jsp.tags.sql.value.DoubleValueTag
Sets the value property.
setValue(float) - Method in class com.ora.jsp.tags.sql.value.FloatValueTag
Sets the value property.
setValue(int) - Method in class com.ora.jsp.tags.sql.value.IntValueTag
Sets the value property.
setValue(long) - Method in class com.ora.jsp.tags.sql.value.LongValueTag
Sets the value property.
setValue(Object) - Method in class com.ora.jsp.tags.sql.value.ObjectValueTag
Sets the value property.
setValue(short) - Method in class com.ora.jsp.tags.sql.value.ShortValueTag
Sets the value property.
setValue(String) - Method in class com.ora.jsp.tags.generic.AddCookieTag
Sets the cookie value attribute.
setValue(String) - Method in class com.ora.jsp.tags.generic.ParamTag
Sets the value attribute from a String.
setValue(String) - Method in class com.ora.jsp.tags.sql.value.StringValueTag
Sets the value property.
setValues(PreparedStatement, Vector) - Method in class com.ora.jsp.sql.SQLCommandBean
Calls setXXX() methods on the PreparedStatement for all Value objects in the values Vector.
setValues(Vector) - Method in class com.ora.jsp.sql.SQLCommandBean
Sets the values to use for the place holders in the SQL string.
sex - Variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 
SEX_LIST - Static variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 
sexInput - Variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 
ShortColumn - class com.ora.jsp.sql.column.ShortColumn.
This class represents a short column.
ShortColumn(String, short) - Constructor for class com.ora.jsp.sql.column.ShortColumn
 
ShortValue - class com.ora.jsp.sql.value.ShortValue.
This class represents a short value used by the SQL tags.
ShortValue(short) - Constructor for class com.ora.jsp.sql.value.ShortValue
 
ShortValueTag - class com.ora.jsp.tags.sql.value.ShortValueTag.
This class is a custom action intended to be used in the body of a sqlQuery or an sqlUpdate action element.
ShortValueTag() - Constructor for class com.ora.jsp.tags.sql.value.ShortValueTag
 
ShowCounterTag - class com.ora.jsp.tags.counter.ShowCounterTag.
This class is a custom action for showing the current value of a page counter for the page where it's included.
ShowCounterTag() - Constructor for class com.ora.jsp.tags.counter.ShowCounterTag
 
ShowPageAction - class com.ora.jsp.servlets.ShowPageAction.
This class displays a JSP page in the Project Billboard application.
ShowPageAction() - Constructor for class com.ora.jsp.servlets.ShowPageAction
 
sqlCommandBean - Variable in class com.ora.jsp.tags.sql.DBTag
 
SQLCommandBean - class com.ora.jsp.sql.SQLCommandBean.
This class is a bean for executing SQL statements.
SQLCommandBean() - Constructor for class com.ora.jsp.sql.SQLCommandBean
 
sqlValue - Variable in class com.ora.jsp.sql.SQLCommandBean
 
sqlValue - Variable in class com.ora.jsp.tags.sql.DBTag
 
startTime - Variable in class com.ora.jsp.util.DebugBean
 
StoreMsgAction - class com.ora.jsp.servlets.StoreMsgAction.
This class stores a new message in the Project Billboard application.
StoreMsgAction() - Constructor for class com.ora.jsp.servlets.StoreMsgAction
 
StringColumn - class com.ora.jsp.sql.column.StringColumn.
This class represents a String column.
StringColumn(String, String) - Constructor for class com.ora.jsp.sql.column.StringColumn
 
StringFormat - class com.ora.jsp.util.StringFormat.
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.
StringFormat() - Constructor for class com.ora.jsp.util.StringFormat
 
stringValue - Variable in class com.ora.jsp.tags.sql.value.ValueTag
 
StringValue - class com.ora.jsp.sql.value.StringValue.
This class represents a String value used by the SQL tags.
StringValue(String) - Constructor for class com.ora.jsp.sql.value.StringValue
 
StringValueTag - class com.ora.jsp.tags.sql.value.StringValueTag.
This class is a custom action intended to be used in the body of a sqlQuery or an sqlUpdate action element.
StringValueTag() - Constructor for class com.ora.jsp.tags.sql.value.StringValueTag
 
SUB_OPER - Static variable in class com.ora.jsp.beans.calc.CalcBean
 
suffix - Variable in class com.ora.jsp.tags.sql.value.StringValueTag
 
supportedLangs - Variable in class com.ora.jsp.beans.locale.LocaleBean
 
supportedLangs - Variable in class com.ora.jsp.tags.generic.UseLocaleBundleTag
 

T

TimeColumn - class com.ora.jsp.sql.column.TimeColumn.
This class represents a Time column.
TimeColumn(String, Time) - Constructor for class com.ora.jsp.sql.column.TimeColumn
 
TimestampColumn - class com.ora.jsp.sql.column.TimestampColumn.
This class represents a Timestamp column.
TimestampColumn(String, Timestamp) - Constructor for class com.ora.jsp.sql.column.TimestampColumn
 
TimestampValue - class com.ora.jsp.sql.value.TimestampValue.
This class represents a Timestamp value used by the SQL tags.
TimestampValue(Timestamp) - Constructor for class com.ora.jsp.sql.value.TimestampValue
 
TimestampValueTag - class com.ora.jsp.tags.sql.value.TimestampValueTag.
This class is a custom action intended to be used in the body of a sqlQuery or an sqlUpdate action element.
TimestampValueTag() - Constructor for class com.ora.jsp.tags.sql.value.TimestampValueTag
 
TimeValue - class com.ora.jsp.sql.value.TimeValue.
This class represents a Time value used by the SQL tags.
TimeValue(Time) - Constructor for class com.ora.jsp.sql.value.TimeValue
 
TimeValueTag - class com.ora.jsp.tags.sql.value.TimeValueTag.
This class is a custom action intended to be used in the body of a sqlQuery or an sqlUpdate action element.
TimeValueTag() - Constructor for class com.ora.jsp.tags.sql.value.TimeValueTag
 
toArray(Enumeration) - Method in class com.ora.jsp.tags.generic.UseLocaleBundleTag
Converts an Enumeration of Locale objects to a Locale array.
toBigDecimal(String, String) - Method in class com.ora.jsp.tags.sql.value.BigDecimalValueTag
 
toBoolean(String) - Method in class com.ora.jsp.tags.sql.value.BooleanValueTag
 
toByte(String) - Method in class com.ora.jsp.tags.sql.value.ByteValueTag
 
toBytes(String) - Method in class com.ora.jsp.tags.sql.value.BytesValueTag
 
toContextRelative(String, String) - Method in class com.ora.jsp.tags.generic.MenuItemTag
Returns a page-relative or context-relative path URI as a context-relative URI.
toDate(String) - Method in class com.ora.jsp.beans.emp.EmployeeRegistryBean
Converts a date string in the format "yyyy-MM-dd" to a Date object.
toDate(String, String) - Method in class com.ora.jsp.tags.sql.value.DateValueTag
 
toDate(String, String) - Static method in class com.ora.jsp.util.StringFormat
Converts a String to a Date, using the specified pattern.
toDouble(String, String) - Method in class com.ora.jsp.tags.sql.value.DoubleValueTag
 
toFloat(String, String) - Method in class com.ora.jsp.tags.sql.value.FloatValueTag
 
toHTMLString(String) - Static method in class com.ora.jsp.util.StringFormat
Returns the specified string converted to a format suitable for HTML.
toHTMLTable(String, Hashtable) - Method in class com.ora.jsp.util.DebugBean
Returns an HTML table with all the values of the specified property.
toInt(String, String) - Method in class com.ora.jsp.tags.sql.value.IntValueTag
 
toLanguage(Locale) - Method in class com.ora.jsp.beans.locale.LocaleBean
Returns the language/country code for the specified Locale.
toLocale(String) - Method in class com.ora.jsp.beans.locale.LocaleBean
Returns a Locale for the specifed language/country code.
toLong(String, String) - Method in class com.ora.jsp.tags.sql.value.LongValueTag
 
toNumber(String, String) - Static method in class com.ora.jsp.util.StringFormat
Converts a String to a Number, using the specified pattern.
toOperName(int) - Method in class com.ora.jsp.beans.calc.CalcBean
Converts an operation int value to the corresponding String representation.
toOperValue(String) - Method in class com.ora.jsp.beans.calc.CalcBean
Converts an operation String value to the corresponding int representation.
toProjectsArray(Vector) - Method in class com.ora.jsp.beans.emp.EmployeeRegistryBean
Converts a Vector with Row elements containing a ProjectName column to a String[] with the project names.
toShort(String, String) - Method in class com.ora.jsp.tags.sql.value.ShortValueTag
 
toString() - Method in class com.ora.jsp.sql.Column
 
toStringValue(Object) - Method in class com.ora.jsp.util.DebugBean
Returns a String representation of the specified Object, in a format suitable for debug output.
toTabbedTable(Hashtable) - Method in class com.ora.jsp.util.DebugBean
Returns an simple ASCII table with all the values of the specified property, used for log output.
total - Variable in class com.ora.jsp.beans.poll.PollBean
 
toTime(String, String) - Method in class com.ora.jsp.tags.sql.value.TimeValueTag
 
toTimestamp(String, String) - Method in class com.ora.jsp.tags.sql.value.TimestampValueTag
 
toVector(ResultSet) - Method in class com.ora.jsp.sql.SQLCommandBean
Gets all data from the ResultSet and returns it as a Vector, of Row objects.
TransactionTag - class com.ora.jsp.tags.sql.TransactionTag.
This class is a custom action for executing a SQL SELECT statement.
TransactionTag() - Constructor for class com.ora.jsp.tags.sql.TransactionTag
 

U

UnsupportedConversionException - exception com.ora.jsp.sql.UnsupportedConversionException.
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.
UnsupportedConversionException(String) - Constructor for class com.ora.jsp.sql.UnsupportedConversionException
 
UnsupportedTypeException - exception com.ora.jsp.sql.UnsupportedTypeException.
This exception is thrown when trying to create an instance of Row from a ResultSet with a column of a type that is not supported, e.g.
UnsupportedTypeException(String) - Constructor for class com.ora.jsp.sql.UnsupportedTypeException
 
UpdateProfileAction - class com.ora.jsp.servlets.UpdateProfileAction.
This class updates a user profile in the Project Billboard application.
UpdateProfileAction() - Constructor for class com.ora.jsp.servlets.UpdateProfileAction
 
UpdateTag - class com.ora.jsp.tags.sql.UpdateTag.
This class is a custom action for executing a SQL INSERT, UPDATE and DELETE statements, as well as SQL DDL statements (e.g.
UpdateTag() - Constructor for class com.ora.jsp.tags.sql.UpdateTag
 
UpdateTagExtraInfo - class com.ora.jsp.tags.sql.UpdateTagExtraInfo.
This class provides information about the variable created by the UpdateTag to the JSP container at translation-time.
UpdateTagExtraInfo() - Constructor for class com.ora.jsp.tags.sql.UpdateTagExtraInfo
 
url - Variable in class com.ora.jsp.tags.generic.EncodeURLTag
 
url - Variable in class com.ora.jsp.tags.sql.UseDataSourceTag
 
UseDataSourceTag - class com.ora.jsp.tags.sql.UseDataSourceTag.
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.
UseDataSourceTag() - Constructor for class com.ora.jsp.tags.sql.UseDataSourceTag
 
UseDataSourceTagExtraInfo - class com.ora.jsp.tags.sql.UseDataSourceTagExtraInfo.
This class provides information about the variable created by the UseDataSourceTag to the JSP container at translation-time.
UseDataSourceTagExtraInfo() - Constructor for class com.ora.jsp.tags.sql.UseDataSourceTagExtraInfo
 
UseLocaleBundleTag - class com.ora.jsp.tags.generic.UseLocaleBundleTag.
This class implements a custom action that creates a com.ora.jsp.beans.locale.LocaleBean and saves it in the session scope.
UseLocaleBundleTag() - Constructor for class com.ora.jsp.tags.generic.UseLocaleBundleTag
 
UseLocaleBundleTagExtraInfo - class com.ora.jsp.tags.generic.UseLocaleBundleTagExtraInfo.
This class provides information about the variable created by the UseLocaleBundleTag to the JSP container at translation-time.
UseLocaleBundleTagExtraInfo() - Constructor for class com.ora.jsp.tags.generic.UseLocaleBundleTagExtraInfo
 
UsePropertyTag - class com.ora.jsp.tags.generic.UsePropertyTag.
This class is a custom action for making a bean property value available to other actions and scripting code as a variable.
UsePropertyTag() - Constructor for class com.ora.jsp.tags.generic.UsePropertyTag
 
UsePropertyTagExtraInfo - class com.ora.jsp.tags.generic.UsePropertyTagExtraInfo.
This class provides information about the variable created by the UsePropertyTag to the JSP container at translation-time.
UsePropertyTagExtraInfo() - Constructor for class com.ora.jsp.tags.generic.UsePropertyTagExtraInfo
 
user - Variable in class com.ora.jsp.sql.ConnectionPool
 
user - Variable in class com.ora.jsp.tags.sql.UseDataSourceTag
 
UserInfoBean - class com.ora.jsp.beans.userinfo.UserInfoBean.
This class contains information about a user.
UserInfoBean() - Constructor for class com.ora.jsp.beans.userinfo.UserInfoBean
 
userName - Variable in class com.ora.jsp.beans.emp.EmployeeBean
 
userName - Variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 
utils - Variable in class com.ora.jsp.servlets.UpdateProfileAction
 
utils - Variable in class com.ora.jsp.servlets.StoreMsgAction
 
utils - Variable in class com.ora.jsp.servlets.AuthenticateAction
 
utils - Variable in class com.ora.jsp.servlets.ShowPageAction
 
utils - Variable in class com.ora.jsp.servlets.LoginAction
 

V

VALID_IDS - Static variable in class com.ora.jsp.beans.poll.AnswerBean
 
ValidateSessionTag - class com.ora.jsp.tags.generic.ValidateSessionTag.
This class is a custom action for checking if a session contains information about an authenticated user.
ValidateSessionTag() - Constructor for class com.ora.jsp.tags.generic.ValidateSessionTag
 
value - Variable in class com.ora.jsp.sql.column.BooleanColumn
 
value - Variable in class com.ora.jsp.sql.column.BigDecimalColumn
 
value - Variable in class com.ora.jsp.sql.column.TimestampColumn
 
value - Variable in class com.ora.jsp.sql.column.IntColumn
 
value - Variable in class com.ora.jsp.sql.column.ShortColumn
 
value - Variable in class com.ora.jsp.sql.column.LongColumn
 
value - Variable in class com.ora.jsp.sql.column.BytesColumn
 
value - Variable in class com.ora.jsp.sql.column.DateColumn
 
value - Variable in class com.ora.jsp.sql.column.FloatColumn
 
value - Variable in class com.ora.jsp.sql.column.TimeColumn
 
value - Variable in class com.ora.jsp.sql.column.StringColumn
 
value - Variable in class com.ora.jsp.sql.column.DoubleColumn
 
value - Variable in class com.ora.jsp.sql.column.ObjectColumn
 
value - Variable in class com.ora.jsp.sql.column.ByteColumn
 
value - Variable in class com.ora.jsp.sql.value.FloatValue
 
value - Variable in class com.ora.jsp.sql.value.TimeValue
 
value - Variable in class com.ora.jsp.sql.value.StringValue
 
value - Variable in class com.ora.jsp.sql.value.BooleanValue
 
value - Variable in class com.ora.jsp.sql.value.DoubleValue
 
value - Variable in class com.ora.jsp.sql.value.DateValue
 
value - Variable in class com.ora.jsp.sql.value.IntValue
 
value - Variable in class com.ora.jsp.sql.value.LongValue
 
value - Variable in class com.ora.jsp.sql.value.ByteValue
 
value - Variable in class com.ora.jsp.sql.value.BigDecimalValue
 
value - Variable in class com.ora.jsp.sql.value.ObjectValue
 
value - Variable in class com.ora.jsp.sql.value.ShortValue
 
value - Variable in class com.ora.jsp.sql.value.TimestampValue
 
value - Variable in class com.ora.jsp.sql.value.BytesValue
 
value - Variable in class com.ora.jsp.tags.generic.GetLocalNumberTag
 
value - Variable in class com.ora.jsp.tags.generic.AddCookieTag
 
value - Variable in class com.ora.jsp.tags.generic.EncodeURLTag.Param
 
value - Variable in class com.ora.jsp.tags.generic.ParamTag
 
value - Variable in class com.ora.jsp.tags.generic.MenuItemTag.Param
 
value - Variable in class com.ora.jsp.tags.generic.RedirectTag.Param
 
value - Variable in class com.ora.jsp.tags.sql.value.LongValueTag
 
value - Variable in class com.ora.jsp.tags.sql.value.ShortValueTag
 
value - Variable in class com.ora.jsp.tags.sql.value.ByteValueTag
 
value - Variable in class com.ora.jsp.tags.sql.value.BytesValueTag
 
value - Variable in class com.ora.jsp.tags.sql.value.ObjectValueTag
 
value - Variable in class com.ora.jsp.tags.sql.value.TimestampValueTag
 
value - Variable in class com.ora.jsp.tags.sql.value.IntValueTag
 
value - Variable in class com.ora.jsp.tags.sql.value.BigDecimalValueTag
 
value - Variable in class com.ora.jsp.tags.sql.value.StringValueTag
 
value - Variable in class com.ora.jsp.tags.sql.value.DoubleValueTag
 
value - Variable in class com.ora.jsp.tags.sql.value.FloatValueTag
 
value - Variable in class com.ora.jsp.tags.sql.value.TimeValueTag
 
value - Variable in class com.ora.jsp.tags.sql.value.BooleanValueTag
 
value - Variable in class com.ora.jsp.tags.sql.value.DateValueTag
 
Value - class com.ora.jsp.sql.Value.
This class represents a value used by the SQL tags.
Value() - Constructor for class com.ora.jsp.sql.Value
 
values - Variable in class com.ora.jsp.sql.SQLCommandBean
 
values - Variable in class com.ora.jsp.tags.sql.DBTag
 
ValueTag - class com.ora.jsp.tags.sql.value.ValueTag.
This class is a superclass for custom action classes intended to be used in the body of a sqlQuery or an sqlUpdate action element.
ValueTag() - Constructor for class com.ora.jsp.tags.sql.value.ValueTag
 
ValueTagExtraInfo - class com.ora.jsp.tags.sql.value.ValueTagExtraInfo.
This class provides additional attribute validation code for ValueTag subclasses.
ValueTagExtraInfo() - Constructor for class com.ora.jsp.tags.sql.value.ValueTagExtraInfo
 
ValueTagParent - interface com.ora.jsp.tags.sql.ValueTagParent.
This interface must be implemented by all Tag's that can have ValueTag's in the body.

A B C D E F G H I K L M N O P Q R S T U V