Oracle Application 9i Configuration Manual page 133

Application server wireless edition
Table of Contents

Advertisement

with a translation table to convert a target entity into an appropriate string. It in the
WE_HOME/server/classes/oracle/panama/adapter/stripper directory.
Table 10–23 Parameters of the Strip.properties File
Key
stripper.useProxy
stripper.proxyServe
stripper.proxyPort
stripper.noProxySuffixes
After retrieving content, the stripper adapter calls a Java class to process the
markup tags in the content. The stripper adapter locates the processing classes, or
strip levels, that are available to it in the Strip.properties file.
Table 10–24 Strip Processing Classes
Level
Description
0
Retains all tags in the content.
1
Strips all tags from the content.
Example
# Classes used for stripping
# Strip nothing
stripper.strip0 = oracle.panama.adapter.stripper.Strip0
# Strip everything
stripper.strip1 = oracle.panama.adapter.stripper.Strip1
# Translation table for translating "⌖" entities => String
# Does not recurse - e.g. ⌖ will not work
oracle.panama.adapter.stripper.Strip1.useTranslationTable = true
oracle.panama.adapter.stripper.Strip1.targets = auml Auml aring Aring
ouml Ouml amp Amp nbsp euml Euml #150
oracle.panama.adapter.stripper.Strip1.targets.auml = ä
oracle.panama.adapter.stripper.Strip1.targets.Auml = Ä
Type
Editable Description
Boolean
Y
Enables the use of a proxy server. The
default is true.
Host
Y
Name of the proxy server. The default is
Name
proxy.domain.com.
Integer
Y
Port number of the proxy server. The
default is 80.
Host
Y
Name of any proxy suffix to be specified.
Name
The default is domain.com.
Strip.properties
Implementing Class
Strip0
Strip1
Property Files 10-29

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Application 9i and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Table of Contents