oracle.portal.provider.v2
Interface Validateable
- All Known Implementing Classes:
- EventDefinition, ParameterDefinition, PortletDefinition, ProviderDefinition, DefaultProviderLoader, PortletPersonalizationManager, RenderManager, BaseManagedRenderer, AuthLevelSecurityManager, PreferenceStore
- public interface Validateable
Validateable objects have the ability to validate their
internal state and report errors to calling code. See the validate(String, ValidationError) method.
|
Method Summary |
void |
validate(java.lang.String context,
ValidationError errors)
Validate the internal state of this Validateable
instance. |
validate
public void validate(java.lang.String context,
ValidationError errors)
- Validate the internal state of this
Validateable
instance. Append context information to the supplied
java.lang.String and report any errors to the supplied
ValidationError.
- Parameters:
context - A java.lang.String representing the context
as far as the calling client. Validateable instances append
context information here.errors - A ValidationError
instance to be used for reporting errors.
Copyright (c) 2002, Oracle Corporation. All Rights Reserved.