| java.lang.Object com.quadcap.app.dbimage.ActionLoad
ActionLoad | public class ActionLoad implements Action(Code) | | Implementation of the 'load' action. We load files into the database
from a directory specified in the request. When we're done, we forward
to either the "error" or the "show" page.
author: Stan Bailes |
errorPage | final static String errorPage(Code) | | We've hard-coded the names of the result JSP pages; if we wanted
more flexibility, we could make these configuration parameters.
|
ActionLoad | public ActionLoad()(Code) | | |
|
|