com.arsdigita.bebop.jsp
Class DefineWidgetExtraInfo

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagExtraInfo
      extended bycom.arsdigita.bebop.jsp.DefineWidgetExtraInfo

public class DefineWidgetExtraInfo
extends javax.servlet.jsp.tagext.TagExtraInfo

Declares scripting variable for the parameter model created in a widget-creation tag (e.g., define:text). This allows validation listeners to be added conveniently. example:

 <define:text name="inputFieldName"/>
 & <% inputFieldName.addParameterListener(new NotEmptyValidationListener()); %>
 


Field Summary
static String versionId
           
 
Constructor Summary
DefineWidgetExtraInfo()
           
 
Method Summary
 javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, isValid, setTagInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

DefineWidgetExtraInfo

public DefineWidgetExtraInfo()
Method Detail

getVariableInfo

public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC