| |
|
| java.lang.Object servlet.ApplyXSLTProperties servlet.DefaultApplyXSLTProperties
DefaultApplyXSLTProperties | public class DefaultApplyXSLTProperties extends ApplyXSLTProperties (Code) | | DefaultApplyXSLTProperties contains operational parameters for DefaultApplyXSLT based
on program defaults and configuration.
This class is also used to return values for request-time parameters.
author: Spencer Shepard (sshepard@us.ibm.com) author: R. Adam King (rak@us.ibm.com) author: Tom Rowe (trowe@us.ibm.com) |
Field Summary | |
protected transient String | localHost Host used for local context comparisons. | protected static int | port Server port. |
port | protected static int port(Code) | | Server port. Used in toSafeURL() -- fix submitted by Ritesh Kumar.
|
DefaultApplyXSLTProperties | public DefaultApplyXSLTProperties()(Code) | | Constructor to use program defaults.
|
getCatalog | public String[] getCatalog(HttpServletRequest request)(Code) | | Returns URLs for all XCatalogs
that are to be used to process the request. Catalogs are used to resolve XML public identifiers
into system identifiers.
A single XCatalog can be configured as a default,
but multiple XCatalogs can be specified at request time to augment the configured default.
Parameters: request - May contain one or more XCatalog parameters Array of strings for all catalog URLs |
setLocalHost | protected void setLocalHost()(Code) | | Sets the name of the local IP host name; this value will be used to constrain untrusted
XML document and XSL stylesheet URLs to this trusted host.
See Also: DefaultApplyXSLTProperties.getLocalHost |
setSystemProperties | protected void setSystemProperties()(Code) | | I think we no longer need this. Sets the 3 jaxp core system properties.
|
|
|
|