Tag reference sheet

Tag library reference for the following tag libraries:

properties - version 0.1

Library for handling property files.

Namespace definition: xmlns:properties="http://www.meikel.at/taglib/properties"

Tags

  • list List properties of a property file
  • value Print value for a given key of a property file

Required attributes are marked with a*

<properties:list>

List properties of a property file.

Can contain:empty

Example

			<properties:list path="/META-INF/MANIFEST.MF" keys="Manifest-Version" ></properties:list>
		

Attributes

NameDescriptionType
keys Comma seperated list with the key names to list. If not specified all keys are listed. String
path* Path to the property file. String

<properties:value>

Print value for a given key of a property file.

Can contain:empty

Example

			<properties:value path="/META-INF/MANIFEST.MF" key=" Manifest-Version " ></properties:value>
		

Attributes

NameDescriptionType
key* Name of the key to retrieve. String
path* Path to the property file. String