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

A

ADD_OPER - Static variable in class com.ora.jsp.beans.calc.CalcBean
 
AbortPageTag - class com.ora.jsp.tags.xmp.AbortPageTag.
 
AbortPageTag() - Constructor for class com.ora.jsp.tags.xmp.AbortPageTag
 
AccessControlFilter - class com.ora.jsp.servlets.AccessControlFilter.
This class provides access control for all requests in the Project Billboard application, by looking for the authentication token in the session and forwarding to the login page if not found.
AccessControlFilter() - Constructor for class com.ora.jsp.servlets.AccessControlFilter
 
AddCookieTag - class com.ora.jsp.tags.AddCookieTag.
This class is a custom action for adding a cookie header to the response.
AddCookieTag() - Constructor for class com.ora.jsp.tags.AddCookieTag
 
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
 
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
 
addDefaultItems() - Method in class com.ora.jsp.beans.news.NewsBean
Creates sample news items and adds them to the list.
afterPattern - Variable in class com.ora.jsp.tags.MonthCalendarTag
 
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
 
answerId - Variable in class com.ora.jsp.beans.poll.AnswerBean
 
authenticate(String, String) - Method in class com.ora.jsp.beans.emp.EmployeeRegistryBean
Returns an EmployeeBean if the specified user name and password match an employee in the database, otherwise null.

B

BEAN_ATTR - Static variable in class com.ora.jsp.tags.DebugTag
 
BuildCheckboxTag - class com.ora.jsp.tags.xmp.BuildCheckboxTag.
This class is a custom action for creating an HTML checkbox control, using status information exposed by the JSTL forEach action.
BuildCheckboxTag() - Constructor for class com.ora.jsp.tags.xmp.BuildCheckboxTag
 
beforePattern - Variable in class com.ora.jsp.tags.MonthCalendarTag
 
birthDate - Variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 
buildArgs(String, Method) - Method in class com.ora.jsp.sql.DataSourceFactory
Converts the specified String value to the setter methods parameter type, if possible, and returns it as an Object array suitable as the argument to the Method.invoke() method.
builder - Variable in class com.ora.jsp.tlv.OraTLV
 

C

COUNTER_ATTR - Static variable in class com.ora.jsp.servlets.SessionCounterListener
 
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
 
CartBean - class com.ora.jsp.beans.shopping.CartBean.
This class represents a shopping cart.
CartBean() - Constructor for class com.ora.jsp.beans.shopping.CartBean
 
CartoonBean - class com.ora.jsp.beans.motd.CartoonBean.
This is an example of a simple bean with one property that holds names of image files.
CartoonBean() - Constructor for class com.ora.jsp.beans.motd.CartoonBean
Constructor that creates an internal data structure to hold the image file names.
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.
ChildTag - class com.ora.jsp.tags.xmp.ChildTag.
This class is a dummy custom action used only to illustrate how a TagLibraryValidator can validate action element nesting.
ChildTag() - Constructor for class com.ora.jsp.tags.xmp.ChildTag
 
ClassicAddCookieTag - class com.ora.jsp.tags.xmp.ClassicAddCookieTag.
This class is a custom action for adding a cookie header to the response.
ClassicAddCookieTag() - Constructor for class com.ora.jsp.tags.xmp.ClassicAddCookieTag
 
ClassicFileWriteTag - class com.ora.jsp.tags.xmp.ClassicFileWriteTag.
This class is a custom action for writing the content of the action element's body to a file specified by an attribute, or to System.out if no file is specified.
ClassicFileWriteTag() - Constructor for class com.ora.jsp.tags.xmp.ClassicFileWriteTag
 
ClassicMenuItemTag - class com.ora.jsp.tags.xmp.ClassicMenuItemTag.
This class is a custom action for conditionally inserting HTML links in a navigation menu.
ClassicMenuItemTag() - Constructor for class com.ora.jsp.tags.xmp.ClassicMenuItemTag
 
ClassicSimpleLoopTag - class com.ora.jsp.tags.xmp.ClassicSimpleLoopTag.
 
ClassicSimpleLoopTag() - Constructor for class com.ora.jsp.tags.xmp.ClassicSimpleLoopTag
 
ConnectionPool - class com.ora.jsp.sql.ConnectionPool.
This class implements a connection pool.
ConnectionPool(Properties, int) - Constructor for class com.ora.jsp.sql.ConnectionPool
 
ConnectionPool(String, String, String, String, int) - Constructor for 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
 
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
 
calcNewNumbers() - Method in class com.ora.jsp.beans.calc.CalcBean
Processes the current input, meaning adding digits, performing the requested operation, and saving the accumulated the number, as described in the class comment.
cart - Variable in class com.ora.jsp.beans.shopping.CartBean
 
catalog - Variable in class com.ora.jsp.beans.shopping.CatalogBean
 
category - Variable in class com.ora.jsp.beans.motd.MixedMessageBean
 
category - Variable in class com.ora.jsp.beans.news.NewsItemBean
 
category - Variable in class com.ora.jsp.tags.xmp.MixedMessageTag
 
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.
coerceValue(String, Class) - Method in class com.ora.jsp.sql.DataSourceFactory
Converts the specified String value to the specified type, if possible, and returns the converted value.
com.ora.jsp.beans.calc - package com.ora.jsp.beans.calc
 
com.ora.jsp.beans.debug - package com.ora.jsp.beans.debug
 
com.ora.jsp.beans.emp - package com.ora.jsp.beans.emp
 
com.ora.jsp.beans.motd - package com.ora.jsp.beans.motd
 
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.sql - package com.ora.jsp.beans.sql
 
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.tags - package com.ora.jsp.tags
 
com.ora.jsp.tags.xmp - package com.ora.jsp.tags.xmp
 
com.ora.jsp.tlv - package com.ora.jsp.tlv
 
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.
condition() - Method in class com.ora.jsp.tags.IfUserInRoleTag
 
condition() - Method in class com.ora.jsp.tags.IfValidEmailAddrTag
 
config - Variable in class com.ora.jsp.servlets.AccessControlFilter
 
conn - Variable in class com.ora.jsp.beans.sql.SQLCommandBean
 
connections - Variable in class com.ora.jsp.sql.ConnectionPool
 
context - Variable in class com.ora.jsp.beans.debug.DebugBean
 
contextDestroyed(ServletContextEvent) - Method in class com.ora.jsp.servlets.ResourceManagerListener
 
contextDestroyed(ServletContextEvent) - Method in class com.ora.jsp.servlets.ResourceManagerListener2
 
contextInitialized(ServletContextEvent) - Method in class com.ora.jsp.servlets.ResourceManagerListener
 
contextInitialized(ServletContextEvent) - Method in class com.ora.jsp.servlets.ResourceManagerListener2
 
createConnectionPool() - Method in class com.ora.jsp.sql.DataSourceWrapper
Create a Connection pool based on the configuration properties.
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.
createStatement(int, 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

DATE_FORMAT_PATTERN - Static variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 
DIV_OPER - Static variable in class com.ora.jsp.beans.calc.CalcBean
 
DataSourceFactory - class com.ora.jsp.sql.DataSourceFactory.
This class is an implementation of the ObjectFactory interface, used by a container to create instances of resources accessible through JNDI.
DataSourceFactory() - Constructor for class com.ora.jsp.sql.DataSourceFactory
 
DataSourceWrapper - class com.ora.jsp.sql.DataSourceWrapper.
This class is a wrapper implementing the JDBC 2.0 DataSource interface, used to make the ConnectionPool class look like a JDBC 2.0 DataSource.
DataSourceWrapper() - Constructor for class com.ora.jsp.sql.DataSourceWrapper
 
DebugBean - class com.ora.jsp.beans.debug.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.beans.debug.DebugBean
 
DebugTag - class com.ora.jsp.tags.DebugTag.
This class is a custom action that can be used to extract debug information from a JSP PageContext.
DebugTag() - Constructor for class com.ora.jsp.tags.DebugTag
 
dataSource - Variable in class com.ora.jsp.beans.emp.EmployeeRegistryBean
 
date - Variable in class com.ora.jsp.tags.MonthCalendarTag
 
dateFormat - Static variable in class com.ora.jsp.util.StringFormat
 
dayNamePattern - Variable in class com.ora.jsp.tags.MonthCalendarTag
 
debugType - Variable in class com.ora.jsp.beans.debug.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.AccessControlFilter
Resets the instance variable.
doAfterBody() - Method in class com.ora.jsp.tags.xmp.ClassicFileWriteTag
Writes the content accumulated in bodyContent to the file.
doAfterBody() - Method in class com.ora.jsp.tags.xmp.ClassicSimpleLoopTag
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.
doCatch(Throwable) - Method in class com.ora.jsp.tags.xmp.ClassicFileWriteTag
Log the problem and rethrow the exception.
doEndTag() - Method in class com.ora.jsp.tags.DebugTag
Writes the requested type of debug info to the sources specified by the "debug" request parameter: "resp" for response, "stdout" for System.out, and "log" for the application log file.
doEndTag() - Method in class com.ora.jsp.tags.InvalidateSessionTag
Invalidates the session.
doEndTag() - Method in class com.ora.jsp.tags.NoCacheTag
Sets "no cache" response headers
doEndTag() - Method in class com.ora.jsp.tags.xmp.BuildCheckboxTag
 
doEndTag() - Method in class com.ora.jsp.tags.xmp.ClassicAddCookieTag
Creates a cookie and adds it to the response
doEndTag() - Method in class com.ora.jsp.tags.xmp.ClassicMenuItemTag
Writes either the body content as-is or enclosed in an HTML link element to the current JspWriter, depending on if the request URI matches the page attribute value or not.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.ora.jsp.servlets.AccessControlFilter
Looks for the authentication token in the session and forwards to the login page if not found.
doFinally() - Method in class com.ora.jsp.tags.xmp.ClassicFileWriteTag
Closes the file, no matter if an exception was thrown by the body evaluation or not.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.ora.jsp.servlets.ErrorDispatcherServlet
Calls doPost()
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.ora.jsp.servlets.ErrorDispatcherServlet
Sets the request attributes for the exeception and request URI and forwards to the JSP error page.
doStartTag() - Method in class com.ora.jsp.tags.xmp.ClassicFileWriteTag
Makes sure the specified file can be opened for writing.
doStartTag() - Method in class com.ora.jsp.tags.xmp.ClassicSimpleLoopTag
 
doTag() - Method in class com.ora.jsp.tags.AddCookieTag
Creates a cookie and adds it to the response
doTag() - Method in class com.ora.jsp.tags.FileWriteTag
 
doTag() - Method in class com.ora.jsp.tags.MenuItemTag
Writes either the body content as-is or enclosed in an HTML link element to the current JspWriter, depending on if the request URI matches the page attribute value or not.
doTag() - Method in class com.ora.jsp.tags.MonthCalendarTag
 
doTag() - Method in class com.ora.jsp.tags.SetHeaderTag
Sets the header specified by the name property to the value specified by the value property.
doTag() - Method in class com.ora.jsp.tags.xmp.AbortPageTag
 
doTag() - Method in class com.ora.jsp.tags.xmp.IfTag
 
doTag() - Method in class com.ora.jsp.tags.xmp.MixedMessageTag
 
doTag() - Method in class com.ora.jsp.tags.xmp.ProdTableTag
 
doTag() - Method in class com.ora.jsp.tags.xmp.SimpleLoopTag
 
dotClicked - Variable in class com.ora.jsp.beans.calc.CalcBean
 
driverClassName - Variable in class com.ora.jsp.sql.DataSourceWrapper
 
ds - Variable in class com.ora.jsp.servlets.ResourceManagerListener2
 
dsw - Variable in class com.ora.jsp.sql.ConnectionWrapper
 
dynamicAttrs - Variable in class com.ora.jsp.tags.xmp.ProdTableTag
 

E

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
 
ErrorDispatcherServlet - class com.ora.jsp.servlets.ErrorDispatcherServlet.
This class can be registered as an error handler for exceptions and status codes in the web application deployment description.
ErrorDispatcherServlet() - Constructor for class com.ora.jsp.servlets.ErrorDispatcherServlet
 
emailAddr - Variable in class com.ora.jsp.beans.emp.EmployeeBean
 
emailAddr - Variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 
empDate - Variable in class com.ora.jsp.beans.emp.EmployeeBean
 
errorPage - Variable in class com.ora.jsp.servlets.ErrorDispatcherServlet
 
evalDayNamePattern(Calendar, int) - Method in class com.ora.jsp.tags.MonthCalendarTag
 
evalDayPatterns(Calendar, int) - Method in class com.ora.jsp.tags.MonthCalendarTag
 
evalPostPattern(Calendar, int) - Method in class com.ora.jsp.tags.MonthCalendarTag
 
evalPrePadPattern(Calendar, int) - Method in class com.ora.jsp.tags.MonthCalendarTag
 
executeQuery() - Method in class com.ora.jsp.beans.sql.SQLCommandBean
Executes the specified SQL string as a query and returns a Result object
executeUpdate() - Method in class com.ora.jsp.beans.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

FOOD_LIST - Static variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 
FileWriteTag - class com.ora.jsp.tags.FileWriteTag.
This class is a custom action for writing the content of the action element's body to a file specified by an attribute, or to System.out if no file is specified.
FileWriteTag() - Constructor for class com.ora.jsp.tags.FileWriteTag
 
ForEachOptionTag - class com.ora.jsp.tags.xmp.ForEachOptionTag.
This class is a custom action for creating HTML select lists, checkboxes or radio buttons, where some items need to be marked as selected based on dynamic data.
ForEachOptionTag() - Constructor for class com.ora.jsp.tags.xmp.ForEachOptionTag
 
ForEachOptionTag.OptionBean - class com.ora.jsp.tags.xmp.ForEachOptionTag.OptionBean.
 
ForEachOptionTag.OptionBean(String, String, boolean) - Constructor for class com.ora.jsp.tags.xmp.ForEachOptionTag.OptionBean
 
fileName - Variable in class com.ora.jsp.tags.FileWriteTag
 
fileName - Variable in class com.ora.jsp.tags.xmp.ClassicFileWriteTag
 
fileNames - Variable in class com.ora.jsp.beans.motd.CartoonBean
 
findParent(Element, Namespace, String) - Method in class com.ora.jsp.tlv.OraTLV
Returns the closest parent element of the specified element that matches the specified namespace and name.
firstName - Variable in class com.ora.jsp.beans.emp.EmployeeBean
 
food - Variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 

G

GENDER_LIST - Static variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 
gender - Variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 
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.beans.debug.DebugBean
Returns a Map with all application scope variables.
getAutoCommit() - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
getBirthDate() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Returns the birthDate property value
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.
getConnection() - Method in class com.ora.jsp.sql.ConnectionPool
 
getConnection() - Method in class com.ora.jsp.sql.DataSourceWrapper
Gets a connection from the pool and returns it wrapped in a ConnectionWrapper.
getConnection(String, String) - Method in class com.ora.jsp.sql.DataSourceWrapper
Always throws an SQLException.
getContextRelativeURI(HttpServletRequest) - Method in class com.ora.jsp.servlets.AccessControlFilter
Returns a context-relative path for the request, including the query string, if any.
getCookieValue(String, HttpServletRequest) - Static method in class com.ora.jsp.util.CookieUtils
Returns the value of the Cookie with the specified name, or null if not found.
getCookies() - Method in class com.ora.jsp.beans.debug.DebugBean
Returns a Map with all cookie information.
getCounter(HttpSessionEvent) - Method in class com.ora.jsp.servlets.SessionCounterListener
Returns the counter held in the session scope, or a new counter if it doesn't exist.
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.
getDebugType() - Method in class com.ora.jsp.tags.DebugTag
Returns a List with all debug types based on the debug request parameter.
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.
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
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.
getFileName() - Method in class com.ora.jsp.beans.motd.CartoonBean
Returns a new file name every time it's called, cycling through all available image files.
getFirstName() - Method in class com.ora.jsp.beans.emp.EmployeeBean
Returns the firstName property value.
getFood() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Returns the food property value
getForwardURI(HttpServletRequest) - Method in class com.ora.jsp.servlets.AccessControlFilter
Returns the context-relative path to the login page, with the parameters used by the login page.
getGender() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Returns the gender property value
getHeaders() - Method in class com.ora.jsp.beans.debug.DebugBean
Returns a Map with all header information.
getHoldability() - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
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.
getInfo(String, DebugBean) - Method in class com.ora.jsp.tags.DebugTag
Returns the debug info corresponding to the type.
getLastName() - Method in class com.ora.jsp.beans.emp.EmployeeBean
Returns the lastName property value.
getLogWriter() - Method in class com.ora.jsp.sql.DataSourceWrapper
Always throws an SQLException.
getLoginTimeout() - Method in class com.ora.jsp.sql.DataSourceWrapper
Always throws an SQLException.
getLuckyNumber() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Returns the luckyNumber property value
getMessage() - Method in class com.ora.jsp.beans.motd.MixedMessageBean
Returns a new message from the selected category every time it's called, cycling through all available messages.
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.
getNewConnection() - Method in class com.ora.jsp.sql.ConnectionPool
 
getNewsItems() - Method in class com.ora.jsp.beans.news.NewsBean
Returns an array of all items.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class com.ora.jsp.sql.DataSourceFactory
Creates an instance of the DataSource based on the configuration info.
getPageScope() - Method in class com.ora.jsp.beans.debug.DebugBean
Returns a Map with all page scope variables.
getParams() - Method in class com.ora.jsp.beans.debug.DebugBean
Returns a Map with all request parameter information.
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.
getProductList() - Method in class com.ora.jsp.beans.shopping.CartBean
Returns the product list.
getProductList() - Method in class com.ora.jsp.beans.shopping.CatalogBean
Returns all products as an Iterator, suitable for looping.
getProductsById() - Method in class com.ora.jsp.beans.shopping.CatalogBean
Returns a Map with all ProductBean instances, keyed by ID.
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 Map[] with a Map per project for the specified employee, or null if not found.
getRequestInfo() - Method in class com.ora.jsp.beans.debug.DebugBean
Returns a Map with all basic request information.
getRequestScope() - Method in class com.ora.jsp.beans.debug.DebugBean
Returns a Map 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.beans.debug.DebugBean
Returns a Map with all session scope variables.
getSetter(String, Object) - Method in class com.ora.jsp.sql.DataSourceFactory
Returns the setter method corresponding to the property name in the specified object, or null if no matching setter method is found.
getSingleValueProps(String, Connection) - Method in class com.ora.jsp.beans.emp.EmployeeRegistryBean
Returns a Map with all information about the specified employee except the project list, or null if not found.
getText() - Method in class com.ora.jsp.tags.xmp.ForEachOptionTag.OptionBean
 
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
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
getValue() - Method in class com.ora.jsp.tags.xmp.ForEachOptionTag.OptionBean
 
getWarnings() - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.

H

HTTP_STATUS_CODE - Static variable in class com.ora.jsp.servlets.ErrorDispatcherServlet
 
hasNext() - Method in class com.ora.jsp.tags.xmp.ForEachOptionTag
 

I

IfTag - class com.ora.jsp.tags.xmp.IfTag.
 
IfTag() - Constructor for class com.ora.jsp.tags.xmp.IfTag
 
IfUserInRoleTag - class com.ora.jsp.tags.IfUserInRoleTag.
This class is a custom action for testing if the current (authenticated) user belongs to the specified security role.
IfUserInRoleTag() - Constructor for class com.ora.jsp.tags.IfUserInRoleTag
 
IfValidEmailAddrTag - class com.ora.jsp.tags.IfValidEmailAddrTag.
This class is a custom action for testing if a string value is in the format of a valid SMTP email address.
IfValidEmailAddrTag() - Constructor for class com.ora.jsp.tags.IfValidEmailAddrTag
 
InvalidateSessionTag - class com.ora.jsp.tags.InvalidateSessionTag.
This class is a custom action for invalidating a session, causing all session scope variables to be removed and the session to be terminated (marked as invalid).
InvalidateSessionTag() - Constructor for class com.ora.jsp.tags.InvalidateSessionTag
 
id - Variable in class com.ora.jsp.beans.news.NewsItemBean
 
id - Variable in class com.ora.jsp.beans.shopping.ProductBean
 
idSequence - Variable in class com.ora.jsp.beans.news.NewsBean
 
index - Static variable in class com.ora.jsp.beans.motd.CartoonBean
 
init(FilterConfig) - Method in class com.ora.jsp.servlets.AccessControlFilter
Reads the "loginPage" filter init parameter and saves the value in an instance variable.
init() - Method in class com.ora.jsp.servlets.ErrorDispatcherServlet
Reads the "errorPage" init parameter and saves the value in an instance variable.
initFileList() - Method in class com.ora.jsp.beans.motd.CartoonBean
Creates and initializes a data structure to hold the image file names.
initMessageLists() - Method in class com.ora.jsp.beans.motd.MixedMessageBean
Creates and initalizes the data structures that hold the messages.
initialConnections - Variable in class com.ora.jsp.sql.DataSourceWrapper
 
initializePool(Properties, int) - Method in class com.ora.jsp.sql.ConnectionPool
 
isAuthenticated(HttpServletRequest) - Method in class com.ora.jsp.servlets.AccessControlFilter
Returns true if the session contains the authentication token.
isBirthDateValid() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Validates the birthDate property
isChineseSelected() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Returns true if the food property includes the marker for Chinese
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.
isEmailAddrValid() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Validates the emailAddr property
isFoodTypeSelected(String) - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Returns true if the food property includes the specified food type
isFoodValid() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Validates the food property
isGenderValid() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Validates the gender property
isLuckyNumberValid() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Validates the luckyNumber property
isPastaSelected() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Returns true if the food property includes the marker for pasta
isPizzaSelected() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Returns true if the food property includes the marker for pizza
isReadOnly() - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
isSelected(String, String[]) - Method in class com.ora.jsp.tags.xmp.BuildCheckboxTag
 
isSelected() - Method in class com.ora.jsp.tags.xmp.ForEachOptionTag.OptionBean
 
isSelected(String) - Method in class com.ora.jsp.tags.xmp.ForEachOptionTag
 
isUserNameValid() - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Validates the gender property
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).
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, using the default Locale.
isValidEmailAddr(String) - Static method in class com.ora.jsp.util.StringFormat
Returns true if the string is in the format of a valid SMTP mail address: only one at-sign, except as the first or last character, no white-space and at least one dot after the at-sign, except as the first or last character.
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, using the default Locale.
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.
isValidString(String[], String[], boolean) - Static method in class com.ora.jsp.util.StringFormat
Returns true if the strings in the specified array all match a string in the set of provided valid strings, ignoring case if specified.
items - Variable in class com.ora.jsp.tags.xmp.ClassicSimpleLoopTag
 
items - Variable in class com.ora.jsp.tags.xmp.SimpleLoopTag
 
iterator - Variable in class com.ora.jsp.tags.xmp.ClassicSimpleLoopTag
 
iterator - Variable in class com.ora.jsp.tags.xmp.ForEachOptionTag
 

J

JSP_ERROR_SOURCE - Static variable in class com.ora.jsp.servlets.ErrorDispatcherServlet
 
JSP_EXCEPTION - Static variable in class com.ora.jsp.servlets.ErrorDispatcherServlet
 
jspNamespace - Variable in class com.ora.jsp.tlv.OraTLV
 

L

LINE_FEED - Static variable in class com.ora.jsp.tags.DebugTag
 
LOG_TYPE - Static variable in class com.ora.jsp.tags.DebugTag
 
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
 
lastName - Variable in class com.ora.jsp.beans.emp.EmployeeBean
 
log(String, String, List) - Method in class com.ora.jsp.tags.DebugTag
Writes the specified property value to the System.out or the log file, depending on the requested debug type.
log(String, Map, List) - Method in class com.ora.jsp.tags.DebugTag
 
loginPage - Variable in class com.ora.jsp.servlets.AccessControlFilter
 
luckyNumber - Variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 

M

MAX_LUCKY_NUMBER - Static variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 
MIN_LUCKY_NUMBER - Static variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 
MULT_OPER - Static variable in class com.ora.jsp.beans.calc.CalcBean
 
MenuItemTag - class com.ora.jsp.tags.MenuItemTag.
This class is a custom action for conditionally inserting HTML links in a navigation menu.
MenuItemTag() - Constructor for class com.ora.jsp.tags.MenuItemTag
 
MixedMessageBean - class com.ora.jsp.beans.motd.MixedMessageBean.
This is an example of a bean with one writeable property for selecting a message category and one readable property that cycles through messages in the selected category.
MixedMessageBean() - Constructor for class com.ora.jsp.beans.motd.MixedMessageBean
Contructor that initializes the data structures that hold the messages.
MixedMessageTag - class com.ora.jsp.tags.xmp.MixedMessageTag.
 
MixedMessageTag() - Constructor for class com.ora.jsp.tags.xmp.MixedMessageTag
 
MonthCalendarTag - class com.ora.jsp.tags.MonthCalendarTag.
 
MonthCalendarTag() - Constructor for class com.ora.jsp.tags.MonthCalendarTag
 
main(String[]) - Static method in class com.ora.jsp.util.TempConverter
Main method to test the other methods.
maxAgeString - Variable in class com.ora.jsp.tags.AddCookieTag
 
maxAgeString - Variable in class com.ora.jsp.tags.xmp.ClassicAddCookieTag
 
mmb - Variable in class com.ora.jsp.tags.xmp.MixedMessageTag
 
msg - Variable in class com.ora.jsp.beans.news.NewsItemBean
 

N

NO_OPER - Static 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
 
NoCacheTag - class com.ora.jsp.tags.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.NoCacheTag
 
name - Variable in class com.ora.jsp.beans.shopping.ProductBean
 
name - Variable in class com.ora.jsp.tags.AddCookieTag
 
name - Variable in class com.ora.jsp.tags.SetHeaderTag
 
name - Variable in class com.ora.jsp.tags.xmp.BuildCheckboxTag
 
name - Variable in class com.ora.jsp.tags.xmp.ClassicAddCookieTag
 
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
 
newsItems - Variable in class com.ora.jsp.beans.news.NewsBean
 
next() - Method in class com.ora.jsp.tags.xmp.ForEachOptionTag
 
nullToString(String) - Method in class com.ora.jsp.beans.debug.DebugBean
Returns the String "null" if the value is null, otherwise the value itself.
numberFormat - Static variable in class com.ora.jsp.util.StringFormat
 

O

OraTLV - class com.ora.jsp.tlv.OraTLV.
This is an example of a TagLibraryValidator class.
OraTLV() - Constructor for class com.ora.jsp.tlv.OraTLV
 
operClicked - Variable in class com.ora.jsp.beans.calc.CalcBean
 
options - Variable in class com.ora.jsp.tags.xmp.ForEachOptionTag
 

P

ParentTag - class com.ora.jsp.tags.xmp.ParentTag.
This class is a dummy custom action used only to illustrate how a TagLibraryValidator can validate action element nesting.
ParentTag() - Constructor for class com.ora.jsp.tags.xmp.ParentTag
 
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
 
ProdTableTag - class com.ora.jsp.tags.xmp.ProdTableTag.
 
ProdTableTag() - Constructor for class com.ora.jsp.tags.xmp.ProdTableTag
 
ProductBean - class com.ora.jsp.beans.shopping.ProductBean.
This class represents a product.
ProductBean() - Constructor for class com.ora.jsp.beans.shopping.ProductBean
 
padPattern - Variable in class com.ora.jsp.tags.MonthCalendarTag
 
page - Variable in class com.ora.jsp.tags.MenuItemTag
 
page - Variable in class com.ora.jsp.tags.xmp.ClassicMenuItemTag
 
pageContext - Variable in class com.ora.jsp.beans.debug.DebugBean
 
password - Variable in class com.ora.jsp.beans.emp.EmployeeBean
 
password - Variable in class com.ora.jsp.sql.DataSourceWrapper
 
perform(ActionMapping, ActionForm, 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(ActionMapping, ActionForm, 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(ActionMapping, ActionForm, 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(ActionMapping, ActionForm, 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.
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
 
prepare() - Method in class com.ora.jsp.tags.xmp.ForEachOptionTag
 
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.
prepareCall(String, int, 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) - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
prepareStatement(String, int[]) - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
prepareStatement(String, 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.
prepareStatement(String, int, 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
 
prods - Variable in class com.ora.jsp.tags.xmp.ProdTableTag
 
projects - Variable in class com.ora.jsp.beans.emp.EmployeeBean
 
props - Variable in class com.ora.jsp.sql.ConnectionPool
 
pw - Variable in class com.ora.jsp.tags.xmp.ClassicFileWriteTag
 

Q

quoteIndex - Static variable in class com.ora.jsp.beans.motd.MixedMessageBean
 
quotes - Variable in class com.ora.jsp.beans.motd.MixedMessageBean
 

R

RESP_TYPE - Static variable in class com.ora.jsp.tags.DebugTag
 
ResourceManagerListener - class com.ora.jsp.servlets.ResourceManagerListener.
This class manages the resources used by the Project Billboard application, creating them and making them available when the application starts and removing them when the application is shut down.
ResourceManagerListener() - Constructor for class com.ora.jsp.servlets.ResourceManagerListener
 
ResourceManagerListener2 - class com.ora.jsp.servlets.ResourceManagerListener2.
This class manages the DataSource resource for a fictious application, creating an Oracle DataSource with pooling capabilities and makes it available when the application starts and removes it when the application is shut down.
ResourceManagerListener2() - Constructor for class com.ora.jsp.servlets.ResourceManagerListener2
 
realConn - Variable in class com.ora.jsp.sql.ConnectionWrapper
 
release() - Method in class com.ora.jsp.tags.xmp.ClassicAddCookieTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.xmp.ClassicMenuItemTag
Releases all instance variables.
release() - Method in class com.ora.jsp.tags.xmp.ClassicSimpleLoopTag
Releases all instance variables.
releaseSavepoint(Savepoint) - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
removeNewsItem(int) - Method in class com.ora.jsp.beans.news.NewsBean
Removes the news 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.
reset - Variable in class com.ora.jsp.beans.calc.CalcBean
 
returnConnection(Connection) - Method in class com.ora.jsp.sql.ConnectionPool
 
returnConnection(Connection) - Method in class com.ora.jsp.sql.DataSourceWrapper
Returns a Connection to the pool.
rollback() - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
rollback(Savepoint) - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.

S

SERVLET_ERROR_SOURCE - Static variable in class com.ora.jsp.servlets.ErrorDispatcherServlet
 
SERVLET_EXCEPTION - Static variable in class com.ora.jsp.servlets.ErrorDispatcherServlet
 
SQLCommandBean - class com.ora.jsp.beans.sql.SQLCommandBean.
This class is a bean for executing SQL statements.
SQLCommandBean() - Constructor for class com.ora.jsp.beans.sql.SQLCommandBean
 
STDOUT_TYPE - Static variable in class com.ora.jsp.tags.DebugTag
 
SUB_OPER - Static variable in class com.ora.jsp.beans.calc.CalcBean
 
SessionCounterListener - class com.ora.jsp.servlets.SessionCounterListener.
This class manages a counter for the number of active sessions in an application.
SessionCounterListener() - Constructor for class com.ora.jsp.servlets.SessionCounterListener
 
SetHeaderTag - class com.ora.jsp.tags.SetHeaderTag.
This class is a custom action for setting response header values.
SetHeaderTag() - Constructor for class com.ora.jsp.tags.SetHeaderTag
 
SimpleLoopTag - class com.ora.jsp.tags.xmp.SimpleLoopTag.
 
SimpleLoopTag() - Constructor for class com.ora.jsp.tags.xmp.SimpleLoopTag
 
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
 
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
 
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.
selected - Variable in class com.ora.jsp.tags.xmp.ForEachOptionTag.OptionBean
 
selections - Variable in class com.ora.jsp.tags.xmp.BuildCheckboxTag
 
selections - Variable in class com.ora.jsp.tags.xmp.ForEachOptionTag
 
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.
sessionCreated(HttpSessionEvent) - Method in class com.ora.jsp.servlets.SessionCounterListener
Increments the counter held in the session scope.
sessionDestroyed(HttpSessionEvent) - Method in class com.ora.jsp.servlets.SessionCounterListener
Decrements the counter held in the session scope.
setAfterPattern(JspFragment) - Method in class com.ora.jsp.tags.MonthCalendarTag
 
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.
setAutoCommit(boolean) - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
setBeforePattern(JspFragment) - Method in class com.ora.jsp.tags.MonthCalendarTag
 
setBirthDate(String) - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Sets the birthDate property value
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.motd.MixedMessageBean
Sets the message category, one of "quotes" or "thoughts".
setCategory(String) - Method in class com.ora.jsp.beans.news.NewsItemBean
Sets the category property value.
setCategory(String) - Method in class com.ora.jsp.tags.xmp.MixedMessageTag
 
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.beans.sql.SQLCommandBean
Sets the Connection to use.
setCurrentNumber(String) - Method in class com.ora.jsp.beans.calc.CalcBean
Sets the current number, meaning the number as it looks before applying the latest digit, dot, etc.
setCurrentOperation(String) - Method in class com.ora.jsp.beans.calc.CalcBean
Sets the current operation, meaning the operation that will be applied the next time an operation is requested.
setDataSource(DataSource) - Method in class com.ora.jsp.beans.emp.EmployeeRegistryBean
Sets the dataSource property value.
setDate(Date) - Method in class com.ora.jsp.tags.MonthCalendarTag
 
setDayNamePattern(JspFragment) - Method in class com.ora.jsp.tags.MonthCalendarTag
 
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.
setDriverClassName(String) - Method in class com.ora.jsp.sql.DataSourceWrapper
Sets the JDBC driver class name for the pool.
setDynamicAttribute(String, String, Object) - Method in class com.ora.jsp.tags.xmp.ProdTableTag
 
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
setEmpDate(Date) - Method in class com.ora.jsp.beans.emp.EmployeeBean
Sets the empDate property value.
setFileName(String) - Method in class com.ora.jsp.tags.FileWriteTag
 
setFileName(String) - Method in class com.ora.jsp.tags.xmp.ClassicFileWriteTag
 
setFirstName(String) - Method in class com.ora.jsp.beans.emp.EmployeeBean
Sets the firstName property value.
setFood(String[]) - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Sets the food property value
setGender(String) - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Sets the gender property value
setHoldability(int) - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
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.
setInitialConnections(int) - Method in class com.ora.jsp.sql.DataSourceWrapper
Sets the number of connections to create when the pool is created.
setItems(Collection) - Method in class com.ora.jsp.tags.xmp.ClassicSimpleLoopTag
 
setItems(Collection) - Method in class com.ora.jsp.tags.xmp.SimpleLoopTag
 
setLastName(String) - Method in class com.ora.jsp.beans.emp.EmployeeBean
Sets the lastName property value.
setLogWriter(PrintWriter) - Method in class com.ora.jsp.sql.DataSourceWrapper
Always throws an SQLException.
setLoginCookies(HttpServletRequest, HttpServletResponse, String, String) - Method in class com.ora.jsp.servlets.AuthenticateAction
Set or "delete" the login cookies, depending on the value of the "remember" parameter.
setLoginTimeout(int) - Method in class com.ora.jsp.sql.DataSourceWrapper
Always throws an SQLException.
setLuckyNumber(String) - Method in class com.ora.jsp.beans.userinfo.UserInfoBean
Sets the luckyNumber property value
setMaxAge(String) - Method in class com.ora.jsp.tags.AddCookieTag
Sets the cookie maxAge attribute.
setMaxAge(String) - Method in class com.ora.jsp.tags.xmp.ClassicAddCookieTag
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.AddCookieTag
Sets the cookie name attribute.
setName(String) - Method in class com.ora.jsp.tags.SetHeaderTag
Sets the name attribute.
setName(String) - Method in class com.ora.jsp.tags.xmp.BuildCheckboxTag
 
setName(String) - Method in class com.ora.jsp.tags.xmp.ClassicAddCookieTag
Sets the cookie name attribute.
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.
setOptions(Map) - Method in class com.ora.jsp.tags.xmp.ForEachOptionTag
 
setPadPattern(JspFragment) - Method in class com.ora.jsp.tags.MonthCalendarTag
 
setPage(String) - Method in class com.ora.jsp.tags.MenuItemTag
Sets the page attribute.
setPage(String) - Method in class com.ora.jsp.tags.xmp.ClassicMenuItemTag
Sets the page attribute.
setPageContext(PageContext) - Method in class com.ora.jsp.beans.debug.DebugBean
Sets the pageContext property.
setPassword(String) - Method in class com.ora.jsp.beans.emp.EmployeeBean
Sets the password property value.
setPassword(String) - Method in class com.ora.jsp.sql.DataSourceWrapper
Sets the user account password for the pool.
setPostedBy(String) - Method in class com.ora.jsp.beans.news.NewsItemBean
Sets the postedBy property value.
setPreviousNumber(String) - Method in class com.ora.jsp.beans.calc.CalcBean
Sets the previous number, meaning the number accumulated until the an operation was requested.
setPrice(float) - Method in class com.ora.jsp.beans.shopping.ProductBean
Sets the product price.
setProds(List) - Method in class com.ora.jsp.tags.xmp.ProdTableTag
 
setProduct(ProductBean) - Method in class com.ora.jsp.beans.shopping.CartBean
Adds a product to the cart, if it's not already there.
setProject(String) - Method in class com.ora.jsp.beans.emp.EmployeeBean
 
setProjects(String[]) - Method in class com.ora.jsp.beans.emp.EmployeeBean
Sets the projects property value.
setProperty(String, String, Object) - Method in class com.ora.jsp.sql.DataSourceFactory
Sets the specified property to the specified value in the specified object.
setReadOnly(boolean) - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
setReset(boolean) - Method in class com.ora.jsp.beans.calc.CalcBean
Sets the "reset flag" to clear the current number on the next submit (for instance, after performing an operation).
setSavepoint() - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
setSavepoint(String) - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
setSelections(String[]) - Method in class com.ora.jsp.tags.xmp.BuildCheckboxTag
 
setSelections(String[]) - Method in class com.ora.jsp.tags.xmp.ForEachOptionTag
 
setSqlValue(String) - Method in class com.ora.jsp.beans.sql.SQLCommandBean
Set the SQL string, possibly with question mark placeholders for values set by setValues().
setTest(boolean) - Method in class com.ora.jsp.tags.xmp.IfTag
 
setTransactionIsolation(int) - Method in class com.ora.jsp.sql.ConnectionWrapper
Calls the corresponding method on the wrapped Connection.
setType(String) - Method in class com.ora.jsp.tags.DebugTag
Set the type property.
setTypeMap(Map) - Method in class com.ora.jsp.sql.ConnectionWrapper
 
setUrl(String) - Method in class com.ora.jsp.sql.DataSourceWrapper
Sets the JDBC URL for the pool.
setUser(String) - Method in class com.ora.jsp.sql.DataSourceWrapper
Sets the user account for the pool.
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(String) - Method in class com.ora.jsp.tags.AddCookieTag
Sets the cookie value attribute.
setValue(String) - Method in class com.ora.jsp.tags.IfUserInRoleTag
 
setValue(String) - Method in class com.ora.jsp.tags.IfValidEmailAddrTag
 
setValue(String) - Method in class com.ora.jsp.tags.SetHeaderTag
Sets the value attribute from a String.
setValue(String) - Method in class com.ora.jsp.tags.xmp.ClassicAddCookieTag
Sets the cookie value attribute.
setValues(List) - Method in class com.ora.jsp.beans.sql.SQLCommandBean
Sets the values to use for the place holders in the SQL string.
setValues(PreparedStatement, List) - Method in class com.ora.jsp.beans.sql.SQLCommandBean
Calls setObject() method on the PreparedStatement for all objects in the values List.
setVar(String) - Method in class com.ora.jsp.tags.MonthCalendarTag
 
setVar(String) - Method in class com.ora.jsp.tags.xmp.ClassicSimpleLoopTag
 
setVar(String) - Method in class com.ora.jsp.tags.xmp.SimpleLoopTag
 
setWeekdayPattern(JspFragment) - Method in class com.ora.jsp.tags.MonthCalendarTag
 
setWeekendPattern(JspFragment) - Method in class com.ora.jsp.tags.MonthCalendarTag
 
sqlValue - Variable in class com.ora.jsp.beans.sql.SQLCommandBean
 

T

TempConverter - class com.ora.jsp.util.TempConverter.
This class contains a couple of static methods for converting between Fahrenheit and Celsius.
TempConverter() - Constructor for class com.ora.jsp.util.TempConverter
 
test - Variable in class com.ora.jsp.tags.xmp.IfTag
 
text - Variable in class com.ora.jsp.tags.xmp.ForEachOptionTag.OptionBean
 
thoughtIndex - Static variable in class com.ora.jsp.beans.motd.MixedMessageBean
 
thoughts - Variable in class com.ora.jsp.beans.motd.MixedMessageBean
 
toCelsius(double) - Static method in class com.ora.jsp.util.TempConverter
 
toContextRelativeURI(String, String) - Static method in class com.ora.jsp.util.StringFormat
Returns a page-relative or context-relative path URI as a context-relative URI.
toDate(String, String) - Static method in class com.ora.jsp.util.StringFormat
Converts a String to a Date, using the specified pattern.
toFahrenheit(double) - Static method in class com.ora.jsp.util.TempConverter
 
toHTMLString(String) - Static method in class com.ora.jsp.util.StringFormat
Returns the specified string converted to a format suitable for HTML.
toHTMLTable(String, Map) - Method in class com.ora.jsp.tags.DebugTag
Returns an HTML table with all the values of the specified property.
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(Map[]) - 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.
toStringValue(Object) - Method in class com.ora.jsp.beans.debug.DebugBean
Returns a String representation of the specified Object, in a format suitable for debug output.
toTabbedTable(Map) - Method in class com.ora.jsp.tags.DebugTag
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
 
type - Variable in class com.ora.jsp.tags.DebugTag
 

U

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
 
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
 
url - Variable in class com.ora.jsp.sql.DataSourceWrapper
 
user - Variable in class com.ora.jsp.sql.DataSourceWrapper
 
userName - Variable in class com.ora.jsp.beans.emp.EmployeeBean
 
userName - Variable in class com.ora.jsp.beans.userinfo.UserInfoBean
 

V

VALID_IDS - Static variable in class com.ora.jsp.beans.poll.AnswerBean
 
validate(String, String, PageData) - Method in class com.ora.jsp.tlv.OraTLV
Returns a ValidationMessage array with information about validation errors, or null if no errors are found.
validateChild(Element, Namespace, ArrayList) - Method in class com.ora.jsp.tlv.OraTLV
Validates that a "child" element is only used within the body of a "parent" element.
validateElement(Element, Namespace, ArrayList) - Method in class com.ora.jsp.tlv.OraTLV
Dispatches to the appropriate validation method for the specified element, and calls itself recursively for all children of the element.
value - Variable in class com.ora.jsp.tags.AddCookieTag
 
value - Variable in class com.ora.jsp.tags.IfUserInRoleTag
 
value - Variable in class com.ora.jsp.tags.IfValidEmailAddrTag
 
value - Variable in class com.ora.jsp.tags.SetHeaderTag
 
value - Variable in class com.ora.jsp.tags.xmp.ClassicAddCookieTag
 
value - Variable in class com.ora.jsp.tags.xmp.ForEachOptionTag.OptionBean
 
values - Variable in class com.ora.jsp.beans.sql.SQLCommandBean
 
var - Variable in class com.ora.jsp.tags.MonthCalendarTag
 
var - Variable in class com.ora.jsp.tags.xmp.ClassicSimpleLoopTag
 
var - Variable in class com.ora.jsp.tags.xmp.SimpleLoopTag
 

W

weekdayPattern - Variable in class com.ora.jsp.tags.MonthCalendarTag
 
weekendPattern - Variable in class com.ora.jsp.tags.MonthCalendarTag
 

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