org.apache.struts.webapp.example.oracle
Class SchemasForm

org.apache.struts.action.TcrForm
  |
  +--org.apache.struts.webapp.example.oracle.SchemasForm

public class SchemasForm
extends TcrForm

The list of the database schema names to select from.

Author:
Alec Missine

Field Summary
private  java.util.ArrayList schemas
           
 
Fields inherited from class org.apache.struts.action.TcrForm
etcMs, progress, session
 
Constructor Summary
SchemasForm()
           
 
Method Summary
 java.util.ArrayList getSchemas()
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void setSchemas(java.util.ArrayList schemas)
           
 
Methods inherited from class org.apache.struts.action.TcrForm
getEtcMs, getProgress, setEtcMs, setProgress
 

Field Detail

schemas

private java.util.ArrayList schemas
Constructor Detail

SchemasForm

public SchemasForm()
Method Detail

getSchemas

public java.util.ArrayList getSchemas()

setSchemas

public void setSchemas(java.util.ArrayList schemas)

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Overrides:
reset in class TcrForm


Copyright © 2000-2002 - Apache Software Foundation