BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogicx.jsp.tags.validators
Class ErrorSummary

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byweblogicx.jsp.tags.validators.ErrorSummary
All Implemented Interfaces:
IterationTag, JspTag, Serializable, Tag

public class ErrorSummary
extends TagSupport

Custom tag to print all the error messages stored in the summary's error Vector.

See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ErrorSummary()
           
 
Method Summary
 int doStartTag()
           
 String getColor()
           
 void setColor(String x)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorSummary

public ErrorSummary()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException

getColor

public String getColor()

setColor

public void setColor(String x)

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.