java.lang.Object | |
↳ | com.microstrategy.web.platform.EmptyNamespaceEncoderImpl |
This is an implementation of the NamespaceEncoder interface that performs on encoding--it merely passes the original string back to caller.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EmptyNamespaceEncoderImpl() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
encodeName(String origName)
Given a name in our generated content (e.g., a form field), encode it as needed
by the application environment.
| ||||||||||
String |
encodeResourceURI(String originalURI)
Given a static URI reference, encode it as needed by the application environment.
| ||||||||||
void |
init(Object parent)
Initialize this object (supplying the parent object as the only parameter).
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Given a name in our generated content (e.g., a form field), encode it as needed by the application environment.
origName | The name of the original object (e.g., FORM field) |
---|
Given a static URI reference, encode it as needed by the application environment.
originalURI | The original URI for a static resource. |
---|
Initialize this object (supplying the parent object as the only parameter).
parent | The parent (enclosing) object that this Namespace Encoder is attached to. |
---|