|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RawString in com.caucho.config.type |
---|
Methods in com.caucho.config.type that return types with arguments of type RawString | |
---|---|
java.lang.Class<RawString> |
RawStringType.getType()
Returns the Java type. |
Uses of RawString in com.caucho.config.types |
---|
Methods in com.caucho.config.types with parameters of type RawString | |
---|---|
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. |
Uses of RawString in com.caucho.env.deploy |
---|
Methods in com.caucho.env.deploy with parameters of type RawString | |
---|---|
void |
DeployConfig.setArchivePath(RawString path)
Sets the archive-path |
void |
DeployConfig.setRootDirectory(RawString rootDirectory)
Sets the root directory string |
Uses of RawString in com.caucho.log |
---|
Methods in com.caucho.log with parameters of type RawString | |
---|---|
void |
ELFormatter.setFormat(RawString format)
|
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. |
Uses of RawString in com.caucho.server.dispatch |
---|
Methods in com.caucho.server.dispatch with parameters of type RawString | |
---|---|
void |
ServletRegexp.setServletClass(RawString string)
Sets the servlet class name. |
void |
ServletRegexp.setServletName(RawString string)
Sets the servlet name. |
Uses of RawString in com.caucho.server.host |
---|
Methods in com.caucho.server.host with parameters of type RawString | |
---|---|
void |
HostConfig.addHostAlias(RawString rawName)
Adds a host alias. |
void |
HostConfig.setHostName(RawString name)
Sets the host name. |
void |
HostExpandDeployGenerator.setHostName(RawString name)
Sets the host name. |
void |
HostConfig.setId(RawString id)
Sets the id. |
void |
HostConfig.setRegexp(RawString regexp)
Sets the regexp. |
void |
HostConfig.setRootDir(RawString rootDir)
Sets the root-dir (obsolete). |
Uses of RawString in com.caucho.server.rewrite |
---|
Methods in com.caucho.server.rewrite with parameters of type RawString | |
---|---|
void |
ConditionConfig.setExists(RawString expr)
|
void |
ConditionConfig.setExpr(RawString expr)
|
Uses of RawString in com.caucho.server.webapp |
---|
Methods in com.caucho.server.webapp with parameters of type RawString | |
---|---|
void |
WebAppConfig.setAppDir(RawString appDir)
Sets the app-dir. |
void |
WebAppConfig.setDocumentDirectory(RawString dir)
Sets the app-dir. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |