Uses of Class
javax.portlet.ValidatorException

Packages that use ValidatorException
javax.portlet The javax.portlet package defines the API for Java Portlet Specification V2.0. 
org.apache.pluto.internal   
org.apache.pluto.internal.impl   
org.apache.pluto.testsuite.validator   
 

Uses of ValidatorException in javax.portlet
 

Methods in javax.portlet that throw ValidatorException
 void PortletPreferences.store()
          Commits all changes made to the preferences via the set methods in the persistent store.
 void PreferencesValidator.validate(PortletPreferences preferences)
          If the preferences values are successfully validated the call to this method must finish gracefully.
 

Uses of ValidatorException in org.apache.pluto.internal
 

Methods in org.apache.pluto.internal that throw ValidatorException
 PreferencesValidator PortletEntity.getPreferencesValidator()
          Returns the preferences validator instance for this portlet.
 PreferencesValidator PreferencesValidatorRegistry.getPreferencesValidator(PortletDD portletDD)
          Returns the preferences validator instance for the given portlet definition.
 

Uses of ValidatorException in org.apache.pluto.internal.impl
 

Methods in org.apache.pluto.internal.impl that throw ValidatorException
 PreferencesValidator PortletEntityImpl.getPreferencesValidator()
          Returns the preferences validator instance for this portlet.
 void PortletPreferencesImpl.store()
          Stores the portlet preferences to a persistent storage.
 

Uses of ValidatorException in org.apache.pluto.testsuite.validator
 

Methods in org.apache.pluto.testsuite.validator that throw ValidatorException
 void PreferencesValidatorImpl.validate(PortletPreferences preferences)
           
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.