org.apache.beehive.netui.tags.naming |
This package provides support for plugable naming of data source elements.
The tags used by a template page are:
- NameInterceptor -- This interface defines the contract
for the naming service.
|
Java Source File Name | Type | Comment |
FormDataNameInterceptor.java | Class | A
INameInterceptor that qualifies all non-expression attributes
that are expected to be expressions into valid
expressions. |
INameInterceptor.java | Interface | 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. |
IndexedNameInterceptor.java | Class | A
INameInterceptor that is used to rewrite names which
reference the container databinding context. |
PrefixNameInterceptor.java | Class | A
INameInterceptor that is used to add a prefix handler onto a
NetUI tag that is being written to the client. |