ArcGIS Server Geoportal extension
10

com.esri.gpt.control.publication
Class ValidateMetadataController

java.lang.Object
  extended by com.esri.gpt.framework.jsf.BaseActionListener
      extended by com.esri.gpt.control.publication.ValidateMetadataController
All Implemented Interfaces:
EventListener, javax.faces.event.ActionListener, javax.faces.event.FacesListener

public class ValidateMetadataController
extends BaseActionListener

Provides matadata validation.

Since:
9.3.1

Constructor Summary
ValidateMetadataController()
           
 
Method Summary
protected  void processSubAction(javax.faces.event.ActionEvent event, RequestContext context)
          Handles a metadata file upload action.
 
Methods inherited from class com.esri.gpt.framework.jsf.BaseActionListener
assertLoggedIn, authorizeAction, extractMessageBroker, extractRequestContext, getContextBroker, getKey, getLogger, getNavigationOutcome, getPrepareView, getSecurityRoles, getSecurityRoleSet, handleException, onExecutionPhaseCompleted, onExecutionPhaseStarted, onPrepareView, onPrepareViewCompleted, onPrepareViewStarted, processAction, setKey, setNavigationOutcome, setPrepareView, setSecurityRoles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidateMetadataController

public ValidateMetadataController()
Method Detail

processSubAction

protected void processSubAction(javax.faces.event.ActionEvent event,
                                RequestContext context)
                         throws javax.faces.event.AbortProcessingException,
                                Exception
Handles a metadata file upload action.
This is the default entry point for a sub-class of BaseActionListener.
This BaseActionListener handles the JSF processAction method and invokes the processSubAction method of the sub-class.

Overrides:
processSubAction in class BaseActionListener
Parameters:
event - the associated JSF action event
context - the context associated with the active request
Throws:
javax.faces.event.AbortProcessingException - if processing should be aborted
Exception - if an exception occurs

ArcGIS Server Geoportal extension
10

Copyright 2010 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.