|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.internal.PreferencesValidatorRegistry
public class PreferencesValidatorRegistry
The portlet preferences validator registry. This class caches the portlet preferences validator instances for portlet definitions, and ensure that only one validator instance is created per portlet definition.
Method Summary | |
---|---|
PreferencesValidator |
getPreferencesValidator(PortletDD portletDD)
Returns the preferences validator instance for the given portlet definition. |
static PreferencesValidatorRegistry |
getRegistry()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PreferencesValidatorRegistry getRegistry()
public PreferencesValidator getPreferencesValidator(PortletDD portletDD) throws ValidatorException
portletDD
- the portlet definition.
ValidatorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |