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 |
DeployConfig.setArchivePath(RawString path)
Sets the archive-path
|
void |
DeployConfig.setRootDirectory(RawString rootDirectory)
Sets the root directory string
|
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 |
ELFormatter.setFormat(RawString format) |
void |
LogHandlerConfig.setFormat(RawString format)
A format string uses EL expressions and the EL variable `log', which is an
instance of LogRecord.
|
Modifier and Type | Method and Description |
---|---|
void |
ServletRegexp.setServletClass(RawString string)
Sets the servlet class name.
|
void |
ServletRegexp.setServletName(RawString string)
Sets the servlet name.
|
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
void |
ConditionConfig.setExists(RawString expr) |
void |
ConditionConfig.setExpr(RawString expr) |
Modifier and Type | Method and Description |
---|---|
void |
WebAppConfig.setAppDir(RawString appDir)
Sets the app-dir.
|
void |
WebAppConfig.setDocumentDirectory(RawString dir)
Sets the app-dir.
|