Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
ClientFgdcHelper.java 16.6 KB 3482 over 16 years barteau Created new XPath constants for FGDC queries.
ClientHtmlHelper.java 2.86 KB 3367 over 16 years barteau Changes to make java 1.4 compliant.
ClientView.java 10.2 KB 3456 over 16 years barteau Added property "metaFileDocId", and constant "U...
ClientViewBeanInfo.java 11.6 KB 3456 over 16 years barteau Added property "metaFileDocId", and constant "U...
ClientViewHelper.java 42.5 KB 3486 over 16 years barteau Fixed 3 bugs: 1) If there is a call to this cla...

Latest revisions

# Date Author Comment
3486 09/28/2007 05:00 PM barteau

Fixed 3 bugs:
1) If there is a call to this class without an "action" (i.e. the initial time the login form is loaded) a null pointer exception would be thrown.
2) If the user logged out, and then tried to query, the server would send an error (invalidated session)...

3483 09/28/2007 04:06 PM barteau

Created method "private void download(ClientView bean, HttpServletResponse response)", along with several other additions to support downloading.
Includes functionality for FGDC-related package downloads (zip file) and individual data file downloads, with original filenames.

3482 09/28/2007 04:02 PM barteau

Created new XPath constants for FGDC queries.

3458 09/17/2007 02:30 PM barteau

Modified the "clientDeleteRequest" method to handle meta-file deletes.

3457 09/17/2007 02:28 PM barteau

Clear the bean's "action" property after most operations are complete, in case user refreshes the browser (it won't repeat). Modified "delete" code, and "handleFileUpdate" method. Added new methods: getStringFromInputStream and makeRedirectUrl.

3456 09/17/2007 02:21 PM barteau

Added property "metaFileDocId", and constant "UPDATE_MESSAGE", to accomodate update and delete operations.

3395 09/04/2007 05:20 PM barteau

Modifications to the removeDataDocIdFromFGDC method, to use the metadata Doc Id rather than the data file Doc Id, to locate the FGDC node branch to update.

3393 09/04/2007 05:13 PM barteau

Modifications to the clientRequest method to handle calls for 'Delete' actions.

3375 08/27/2007 11:55 AM barteau

Uncommented metacat client upload commands.

3372 08/24/2007 02:11 PM barteau

Changes for java 1.4 compilation, and further development.

View revisions

Also available in: Atom