org.apache.beehive.netui.tags.naming
Interface INameInterceptor
- All Known Implementing Classes:
- FormDataNameInterceptor, IndexedNameInterceptor, PrefixNameInterceptor
public interface INameInterceptor
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
Method Summary |
String |
rewriteName(String name,
Tag currentTag)
|
rewriteName
String rewriteName(String name,
Tag currentTag)
throws ExpressionEvaluationException
- Parameters:
name
- currentTag
-
- Returns:
- String
- Throws:
ExpressionEvaluationException