atg.markers
Class ConfigurableMarkerValidator

java.lang.Object
  extended by atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
      extended by atg.nucleus.GenericService
          extended by atg.markers.ValidateMarkerByPossibleValue
              extended by atg.markers.ConfigurableMarkerValidator
All Implemented Interfaces:
MarkerValidator, NameContextBindingListener, NameContextElement, NameResolver, AdminableService, ApplicationLogging, atg.nucleus.logging.ApplicationLoggingSender, atg.nucleus.logging.TraceApplicationLogging, VariableArgumentApplicationLogging, ComponentNameResolver, Service, ServiceListener, java.util.EventListener
Direct Known Subclasses:
BusinessProcessConfiguration

public class ConfigurableMarkerValidator
extends ValidateMarkerByPossibleValue

This marker validator validates the marker's value against a configured array of possible values. The possible values are the same for all keys handled by this validator.

See Also:


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Fields inherited from class atg.markers.ValidateMarkerByPossibleValue
mAcceptAllValues, mNullValueValid
 
Fields inherited from class atg.nucleus.GenericService
SERVICE_INFO_KEY
 
Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging
DEFAULT_LOG_TRACE_STATUS
 
Fields inherited from interface atg.nucleus.logging.ApplicationLogging
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS
 
Constructor Summary
ConfigurableMarkerValidator()
           
 
Method Summary
 java.lang.String[] getPossibleValues()
          Gets the array of possible marker values.
 java.util.List getValidValuesForKey(java.lang.String pMarkerKey)
          This method should return the possible marker values for the the provided marker key.
 void setPossibleValues(java.lang.String[] pPossibleValues)
          Sets the array of possible marker values.
 
Methods inherited from class atg.markers.ValidateMarkerByPossibleValue
isAcceptAllValues, isNullValueValid, isValidMarker, isValidValueForKey, setAcceptAllValues, setNullValueValid
 
Methods inherited from class atg.nucleus.GenericService
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopService
 
Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

ConfigurableMarkerValidator

public ConfigurableMarkerValidator()
Method Detail

getPossibleValues

public java.lang.String[] getPossibleValues()
Gets the array of possible marker values.

Returns:
the array of possible marker values.

setPossibleValues

public void setPossibleValues(java.lang.String[] pPossibleValues)
Sets the array of possible marker values.


getValidValuesForKey

public java.util.List getValidValuesForKey(java.lang.String pMarkerKey)
Description copied from class: ValidateMarkerByPossibleValue
This method should return the possible marker values for the the provided marker key.

Specified by:
getValidValuesForKey in class ValidateMarkerByPossibleValue
Parameters:
pMarkerKey - the marker key
Returns:
List the possible valid values for the provided marker key.