| Package | Description |
|---|---|
| com.caucho.config.type | |
| com.caucho.config.types | |
| com.caucho.log |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<RawString> |
RawStringType.getType()
Returns the Java type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PathBuilder.addText(RawString text)
Sets the text.
|
void |
EnvEntry.setEnvEntryValue(RawString value)
Sets the env-entry-value
|
void |
InitParam.setParamValue(RawString paramValue)
Sets the param-value.
|
void |
InitParam.setProperty(java.lang.String name,
RawString rawValue)
Sets a misc parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogConfig.setFormat(RawString format)
A format string uses EL expressions and the EL variable `log', which is an
instance of LogRecord.
|
void |
LogHandlerConfig.setFormat(RawString format)
A format string uses EL expressions and the EL variable `log', which is an
instance of LogRecord.
|
void |
ELFormatter.setFormat(RawString format) |