org.springframework.web.servlet.tags
Class BindStatus

java.lang.Object
  extended byorg.springframework.web.servlet.support.BindStatus
      extended byorg.springframework.web.servlet.tags.BindStatus

Deprecated. in favor of org.springframework.web.servlet.support.BindStatus

public class BindStatus
extends BindStatus

This subclass is just kept for old versions of the Spring tag library that expect a BindStatus class in the tag package, for example when deploying a Spring 1.1 jar to an existing web application with precompiled JSPs.

As of Spring 1.1, use the BindStatus class in the generic support package instead. That class is also used for the RequestContext in a Velocity or FreeMarker view.

Author:
Juergen Hoeller
See Also:
BindStatus, RequestContext.getBindStatus(java.lang.String)

Constructor Summary
BindStatus(RequestContext requestContext, String path, boolean htmlEscape)
          Deprecated.  
 
Methods inherited from class org.springframework.web.servlet.support.BindStatus
getDisplayValue, getEditor, getErrorCode, getErrorCodes, getErrorMessage, getErrorMessages, getErrorMessagesAsString, getErrors, getExpression, getPath, getValue, isError, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BindStatus

public BindStatus(RequestContext requestContext,
                  String path,
                  boolean htmlEscape)
Deprecated. 


Copyright (C) 2003-2004 The Spring Framework Project.