ariba.ui.aribaweb.test
Class TestInspectorLink
java.lang.Object
ariba.ui.aribaweb.test.TestInspectorLink
public class TestInspectorLink
- extends Object
VALIDATION_LOAD_ERROR_HEADER
public static final String VALIDATION_LOAD_ERROR_HEADER
- See Also:
- Constant Field Values
TestInspectorLink
public TestInspectorLink(String appSpecificValidatorName,
Class classToValidate)
TestInspectorLink
public TestInspectorLink(TestValidator testInspector,
Object annotatedItem,
String type)
TestInspectorLink
public TestInspectorLink(TestValidator testInspector,
Object annotatedItem)
getActualClassValidated
public Class getActualClassValidated()
- Returns:
- the class that was actually validated. This may have been a subclass of the object
defined for the validator.
isValid
public boolean isValid()
getObjectClassName
public String getObjectClassName()
getObjectClass
public Class getObjectClass()
getInspectorClassName
public String getInspectorClassName()
getInspectorName
public String getInspectorName()
getUserFriendlyValidatorName
public String getUserFriendlyValidatorName()
getInspectorSecondaryName
public String getInspectorSecondaryName()
getAppSpecificInspectorName
public String getAppSpecificInspectorName()
invoke
public List<TestValidationParameter> invoke(AWRequestContext requestContext,
Object objToValidate)
invoke
public List<TestValidationParameter> invoke(AWRequestContext requestContext)
getEncodedString
public String getEncodedString(String validatedObjectType)
decodeTestInspectorLink
public static TestInspectorLink decodeTestInspectorLink(String encoding)
throws ValidatorLoadException
- Throws:
ValidatorLoadException
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.