Class XmlParameterList
java.lang.Object
org.apache.turbine.services.urlmapper.model.XmlParameterList
A JAXB Class for holding a list of entries with key (in an attribute) and a value.
- Author:
- Thomas Vandahl
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the list of XmlParametersvoid
setXmlParameters
(List<XmlParameterList.XmlParameter> xmlParameters) Set a list of XmlParameters
-
Constructor Details
-
XmlParameterList
public XmlParameterList()
-
-
Method Details
-
getXmlParameters
Get the list of XmlParameters- Returns:
- the xmlParameters
-
setXmlParameters
Set a list of XmlParameters- Parameters:
xmlParameters
- the xmlParameters to set
-