com.sas.taglib.servlet.tbeans.util.validators
Class MinMaxValueCompositeValidatorTag

com.sas.taglib.servlet.tbeans.util.validators.MinMaxValueCompositeValidatorTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally

public class MinMaxValueCompositeValidatorTag

MinMaxValueCompositeValidatorTag is the tag handler class for the sas:MinMaxValueCompositeValidator custom tag . MinMaxValueCompositeValidatorTag is invoked by the JSP page to evaluate the sas:MinMaxValueCompositeValidator custom tag during the execution of the page. Tag handler methods are called by the JSP page implementation class at various points during the evaluation of the tag. The tag handler methods in turn call methods on the underlying Transformation Bean object, MinMaxValueCompositeValidator, to execute the methods.

If you need to extend or modify the functionality of the sas:MinMaxValueCompositeValidator custom tag, you can subclass this tag handler class.

For More Information:

Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/.

Refer to the Custom Tag Library Reference for usage information on the sas:MinMaxValueCompositeValidator custom tag.

Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site.

See Also:
MinMaxValueCompositeValidator, Serialized Form

Field Summary
 
Fields inherited from class com.sas.taglib.BaseBodyTag
DELIMITERS, RB_KEY
 
Constructor Summary
MinMaxValueCompositeValidatorTag()
           
 
Method Summary
protected  void applyAttributes()
          Sets the attributes on the underlying DateStringValidator object.
 int doStartTag()
          Processes the start tag for this instance.
 int getMaxValue()
          Returns the maximum value set.
 int getMinValue()
          Returns the minimum value set.
protected  void initialize(boolean includeAttributes)
          Initializes attributes and variables for this tag handler.
 void setMaxValue(int max)
          Sets the maximum value to use.
 void setMinValue(int min)
          Sets the minimum value to use.
 
Methods inherited from class com.sas.taglib.servlet.tbeans.util.validators.CompositeValidatorTag
doEndTag
 
Methods inherited from class com.sas.taglib.BaseBodyTag
doCatch, doFinally, getApplyAttributes, getBodyStrings, getCompositeComponentKey, getInstantiate, getLocale, getPageContext, getRef, getScope, getTagScope, getWrappedClassName, getWrappedObject, getWrappedObject, loadBeanInstance, newInstance, release, removeFromScope, searchContext, setApplyAttributes, setCompositeComponentKey, setInstantiate, setLocale, setRef, setScope, setTagScope, setVariableWithinScope, setWrappedClassName, setWrappedObject, validate
 

Constructor Detail

MinMaxValueCompositeValidatorTag

public MinMaxValueCompositeValidatorTag()
Method Detail

initialize

protected void initialize(boolean includeAttributes)
Initializes attributes and variables for this tag handler.

Overrides:
initialize in class CompositeValidatorTag
Parameters:
includeAttributes - Set to true if attributes are to be set to default values.

setMinValue

public void setMinValue(int min)
Sets the minimum value to use.

Parameters:
min - the minimum value to use.

getMinValue

public int getMinValue()
Returns the minimum value set.

Returns:
the Minimum value.

setMaxValue

public void setMaxValue(int max)
Sets the maximum value to use.

Parameters:
max - the maximum value to use.

getMaxValue

public int getMaxValue()
Returns the maximum value set.

Returns:
the Maximum value.

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Processes the start tag for this instance. The doStartTag() method assumes that all setter methods have been invoked before. When this method is invoked, the body has not yet been invoked.

Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class CompositeValidatorTag
Returns:
int designating the next course of action for the tag/jsp page.
Throws:
javax.servlet.jsp.JspException - Thrown if some type of JSP error occurs
See Also:
BaseBodyTag.setInstantiate(boolean), TagSupport.doStartTag()

applyAttributes

protected void applyAttributes()
                        throws javax.servlet.jsp.JspException
Sets the attributes on the underlying DateStringValidator object.

Overrides:
applyAttributes in class BaseBodyTag
Throws:
javax.servlet.jsp.JspException - Thrown if some type of JSP error occurs



Copyright © 2009 SAS Institute Inc. All Rights Reserved.