A C D E G I L M O P Q S

A

Application - Class in org.apache.shale.examples.sqlbrowser
Application scope managed bean for the SQL Browser application.
Application() - Constructor for class org.apache.shale.examples.sqlbrowser.Application
 

C

contextDestroyed(ServletContextEvent) - Method in class org.apache.shale.examples.sqlbrowser.Listener
Perform cleanup actions upon application shutdown.
contextInitialized(ServletContextEvent) - Method in class org.apache.shale.examples.sqlbrowser.Listener
Perform setup actions upon application startup.

D

destroy() - Method in class org.apache.shale.examples.sqlbrowser.Query
Clean up after rendering is complete, and close the connection (which returns it to the connection pool).

E

execute() - Method in class org.apache.shale.examples.sqlbrowser.Query
Process the submit of the query form.

G

getDataSource() - Method in class org.apache.shale.examples.sqlbrowser.Query
 
getDataSources() - Method in class org.apache.shale.examples.sqlbrowser.Application
Return the list of DataSources available via JNDI for this web application.
getQuery() - Method in class org.apache.shale.examples.sqlbrowser.Query
 
getResults() - Method in class org.apache.shale.examples.sqlbrowser.Query
 
getResultSetDataModel() - Method in class org.apache.shale.examples.sqlbrowser.Query
 

I

INTERNAL_DATA_SOURCE - Static variable in class org.apache.shale.examples.sqlbrowser.Listener
The application scope attribute under which we store a data source for the embedded database.
InternalDataSource - Class in org.apache.shale.examples.sqlbrowser
Trivial implementation of DataSource that wraps a data source provided by Derby, and provides a shutdown hook.
InternalDataSource(String) - Constructor for class org.apache.shale.examples.sqlbrowser.InternalDataSource
Construct a connection pool for the specified URL.
isCompleted() - Method in class org.apache.shale.examples.sqlbrowser.Query
 

L

Listener - Class in org.apache.shale.examples.sqlbrowser
A servlet context listener that sets up the embedded example database.
Listener() - Constructor for class org.apache.shale.examples.sqlbrowser.Listener
 

M

Messages - Class in org.apache.shale.examples.sqlbrowser
Proxy for localized messages container for the SQL Browser application.
Messages() - Constructor for class org.apache.shale.examples.sqlbrowser.Messages
Creates a new instance of Messages for the default bundle name.
Messages(String) - Constructor for class org.apache.shale.examples.sqlbrowser.Messages
Creates a new instance of Messages for the specified bundle name.

O

org.apache.shale.examples.sqlbrowser - package org.apache.shale.examples.sqlbrowser
This package contains the backing beans and business logic objects that support the SQL Browser application.

P

prerender() - Method in class org.apache.shale.examples.sqlbrowser.Query
Perform the dynamic query, and set up the corresponding columns.

Q

Query - Class in org.apache.shale.examples.sqlbrowser
Backing bean for the SQL query demo page.
Query() - Constructor for class org.apache.shale.examples.sqlbrowser.Query
 

S

setCompleted(boolean) - Method in class org.apache.shale.examples.sqlbrowser.Query
 
setDataSource(String) - Method in class org.apache.shale.examples.sqlbrowser.Query
 
setQuery(String) - Method in class org.apache.shale.examples.sqlbrowser.Query
 
setResults(HtmlDataTable) - Method in class org.apache.shale.examples.sqlbrowser.Query
 
shutdown() - Method in class org.apache.shale.examples.sqlbrowser.InternalDataSource
Cause the embedded Derby database to be shut down.

A C D E G I L M O P Q S

Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.