jrun.jsp.tags
Class SetPropertyTEI

jrun.jsp.tags.SetPropertyTEI
All Implemented Interfaces:
ExceptionValidationTEI

public class SetPropertyTEI
implements ExceptionValidationTEI


Inner Class Summary
 class SetPropertyTEI.SetPropertyParamAndValueException
          jsp:setProperty invalid, param and value specified
 class SetPropertyTEI.SetPropertyPropertyAndParamOrValue
          jsp:setProperty invalid, param or value specified with property="*"
 
Constructor Summary
SetPropertyTEI()
           
 
Method Summary
 boolean isValid(javax.servlet.jsp.tagext.TagData td)
          can't set param and value if property="*" param and value shouldn't be set
 void validate(javax.servlet.jsp.tagext.TagData td)
           
 

Constructor Detail

SetPropertyTEI

public SetPropertyTEI()
Method Detail

isValid

public boolean isValid(javax.servlet.jsp.tagext.TagData td)
can't set param and value if property="*" param and value shouldn't be set

validate

public void validate(javax.servlet.jsp.tagext.TagData td)
              throws javax.servlet.jsp.JspException
Specified by:
validate in interface ExceptionValidationTEI


Copyright � 2002 Macromedia Corporation. All Rights Reserved.