|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.GenericService
atg.markers.ValidateMarkerByPossibleValue
atg.markers.ConfigurableMarkerValidator
public class ConfigurableMarkerValidator
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.
| 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.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 |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public ConfigurableMarkerValidator()
| Method Detail |
|---|
public java.lang.String[] getPossibleValues()
public void setPossibleValues(java.lang.String[] pPossibleValues)
public java.util.List getValidValuesForKey(java.lang.String pMarkerKey)
ValidateMarkerByPossibleValue
getValidValuesForKey in class ValidateMarkerByPossibleValuepMarkerKey - the marker key
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||