Uses of Class
net.sourceforge.pebble.web.validation.ValidationContext

Packages that use ValidationContext
net.sourceforge.pebble.domain   
net.sourceforge.pebble.util   
net.sourceforge.pebble.web.action   
 

Uses of ValidationContext in net.sourceforge.pebble.domain
 

Methods in net.sourceforge.pebble.domain with parameters of type ValidationContext
 void StaticPage.validate(ValidationContext context)
           
 void BlogEntry.validate(ValidationContext context)
           
 

Uses of ValidationContext in net.sourceforge.pebble.util
 

Methods in net.sourceforge.pebble.util with parameters of type ValidationContext
static void MailUtils.validate(java.lang.String email, ValidationContext context)
          Validates the given comment.
 

Uses of ValidationContext in net.sourceforge.pebble.web.action
 

Methods in net.sourceforge.pebble.web.action that return ValidationContext
protected  ValidationContext AbstractCommentAction.validateComment(Comment comment)
           
 



Copyright © 2003-2006, Simon Brown. All Rights Reserved.