Uses of Interface
net.sf.jour.rt.view.config.impl.runtime.ValidatableObject

Packages that use ValidatableObject
net.sf.jour.rt.view.config.impl   
net.sf.jour.rt.view.config.impl.runtime   
 

Uses of ValidatableObject in net.sf.jour.rt.view.config.impl
 

Classes in net.sf.jour.rt.view.config.impl that implement ValidatableObject
 class AccumulationImpl
           
 class AccumulationTypeImpl
           
 class AutoreloadImpl
           
 class AutoreloadTypeImpl
           
 class ClassesImpl
           
 class ClassesTypeImpl
           
 class ClassnamesImpl
           
 class ClassnamesTypeImpl
           
 class ExcludeImpl
           
 class ExcludeTypeImpl
           
 class FilterImpl
           
 class FilterTypeImpl
           
 class IncludeImpl
           
 class IncludeTypeImpl
           
 class JourViewImpl
           
 class JourViewTypeImpl
           
 class MethodsignatureImpl
           
 class MethodsignatureTypeImpl
           
 class MethodsImpl
           
 class MethodsTypeImpl
           
 class SignatureImpl
           
 class SignatureTypeImpl
           
 class TimeImpl
           
 class TimeTypeImpl
           
 class TrimImpl
           
 class TrimTypeImpl
           
 

Uses of ValidatableObject in net.sf.jour.rt.view.config.impl.runtime
 

Methods in net.sf.jour.rt.view.config.impl.runtime that return ValidatableObject
 ValidatableObject GrammarInfoImpl.castToValidatableObject(java.lang.Object o)
           
 ValidatableObject GrammarInfoFacade.castToValidatableObject(java.lang.Object o)
           
 ValidatableObject GrammarInfo.castToValidatableObject(java.lang.Object o)
           
 

Methods in net.sf.jour.rt.view.config.impl.runtime with parameters of type ValidatableObject
 void ValidationContext.validate(ValidatableObject vo)
          Validates the sub-tree rooted at vo and reports any errors/warnings to the error handler.
 void ValidationContext.reportEvent(ValidatableObject source, java.lang.String formattedMessage)
          Reports an error to the application.
 void ValidationContext.reportEvent(ValidatableObject source, java.lang.Exception nestedException)
          Reports an error to the client.
 void ValidationContext.reportEvent(ValidatableObject source, javax.xml.bind.ValidationEvent event)
           
static void MSVValidator.validate(DefaultJAXBContextImpl jaxbCtx, ValidationContext context, ValidatableObject vo)
          Validates the specified object and reports any error to the context.
 



Copyright © 2004 sourceforge. All Rights Reserved.