BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

Uses of Interface
com.bea.wlw.netui.tags.naming.NameInterceptor

Packages that use NameInterceptor
com.bea.wlw.netui.tags   
com.bea.wlw.netui.tags.naming   
 

Uses of NameInterceptor in com.bea.wlw.netui.tags
 

Methods in com.bea.wlw.netui.tags with parameters of type NameInterceptor
protected  void DataSourceTag.addNamingInterceptor(NameInterceptor item)
           
protected  void DataSourceTag.removeNamingInterceptor(NameInterceptor item)
           
 

Uses of NameInterceptor in com.bea.wlw.netui.tags.naming
 

Classes in com.bea.wlw.netui.tags.naming that implement NameInterceptor
 class FormDataNameInterceptor
          A NameInterceptor that qualifies all non-expression attributes that are expected to be expressions into valid expressions.
 class IndexedNameInterceptor
          A NameInterceptor that is used to rewrite names which reference the container databinding context.
 class PrefixNameInterceptor
          A NameInterceptor that is used to add a prefix handler onto a NetUI tag that is being written to the client.
 


BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.