All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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()}) #foreach( $webConfigParam in $webConfigParamList ) #if ($webConfigParam.defaultValue) #else #end #if ($webConfigParam.expectedValues) #else #end #if ($webConfigParam.since) #else #end #if ($webConfigParam.longDescription) #else #end #end
Name Default Value Expected Values Since Description Source Class
$webConfigParam.name$webConfigParam.defaultValue$webConfigParam.expectedValues$webConfigParam.since$webConfigParam.longDescription$webConfigParam.sourceClassName
#end #end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy