© 2002 BEA Systems, Inc.


com.bea.p13n.appflow.webflow.forms
Class ValidationStatus

java.lang.Object
  |
  +--com.bea.p13n.appflow.webflow.forms.ValidationStatus

public class ValidationStatus
extends java.lang.Object

The ValidationStatus class allows programmer who writes an InputProcessor to set the status of the field validation result. This result is used to indicate whether InputProcessor is successful or not in validating all the form fields of JSP.


Field Summary
 boolean bStatus
          Status flag.
 
Constructor Summary
ValidationStatus()
           
 
Method Summary
 boolean getStatus()
          Get the status.
 void setStatus(boolean status)
          Set the status.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bStatus

public boolean bStatus
Status flag.
Constructor Detail

ValidationStatus

public ValidationStatus()
Method Detail

getStatus

public boolean getStatus()
Get the status.

Returns:
status of the validation.

setStatus

public void setStatus(boolean status)
Set the status.

Parameters:
status - status to be set.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved