| java.lang.Object org.apache.beehive.netui.pageflow.internal.URIContextFactory
URIContextFactory | final public class URIContextFactory (Code) | | Factory for the
URIContext with the data needed to write out
a string form of a
MutableURI .
|
getInstance | public static URIContext getInstance()(Code) | | Get a URIContext. The context has data used to write a MutableURI
as a string. For example, it will indicate that the URI should be
written using the "&" entity, rather than the
character, '&'. This returns the default context, but also
checks for any overriding setting in the NetUI config.
the URIContext |
getInstance | public static URIContext getInstance(boolean forXML)(Code) | | Get a URIContext. If it's for an XML document type, the context
will indicate that the URI should be written using the
"&" entity, rather than the character, '&'.
If it's not for an XML doc type, then use the default context,
but check for any overriding setting in the NetUI config.
Parameters: forXML - flag indicating that the URI is for an XML doc type the URIContext |
|
|