OracleAS PDK for Java 10.1.2.0.2

oracle.portal.provider.v2
Interface Validateable

All Known Implementing Classes:
AuthLevelSecurityManager, BaseManagedRenderer, DefaultProviderLoader, EventDefinition, ParameterDefinition, PortletDefinition, PortletPersonalizationManager, PreferenceStore, ProviderDefinition, RenderManager

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.
 

Method Detail

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.

OracleAS PDK for Java 10.1.2.0.2

Copyright (c) 2002, 2005 Oracle Corporation. All Rights Reserved.