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

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

All Known Implementing Classes:
FormDataNameInterceptor, IndexedNameInterceptor, PrefixNameInterceptor

public interface NameInterceptor

An interface that is used to allow interceptors to modify attributes that are going to be written to a client from a NetUI JSP tag.

Several concrete implementations of this interface are provided in order to rewrite names on form tags as they are rendered to the browser.

See Also:
FormDataNameInterceptor, IndexedNameInterceptor, PrefixNameInterceptor
Exclude:

Method Summary
 String rewriteName(String name)
           
 

Method Detail

rewriteName

String rewriteName(String name)
                   throws ExpressionEvaluationException
Throws:
ExpressionEvaluationException

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