META-INF.xdoc-web-config.vm Maven / Gradle / Ivy
Web Context Params
Below is the list of available web context parameters supported:
#if ($baseContent)
$baseContent
#end
#set ($webConfigList = ${model.getWebConfigs()})
#foreach( $webConfig in $webConfigList )
#if ($modelIds.contains($webConfig.modelId))
Artifact Id: $webConfig.modelId
#set ($webConfigParamList = ${webConfig.getWebConfigParametersList()})
Name
Default Value
Expected Values
Since
Description
Source Class
#foreach( $webConfigParam in $webConfigParamList )
$webConfigParam.name
#if ($webConfigParam.defaultValue)
$webConfigParam.defaultValue
#else
#end
#if ($webConfigParam.expectedValues)
$webConfigParam.expectedValues
#else
#end
#if ($webConfigParam.since)
$webConfigParam.since
#else
#end
#if ($webConfigParam.longDescription)
$webConfigParam.longDescription
#else
#end
$webConfigParam.sourceClassName
#end
#end
#end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy