Class URLMappingContainer
- java.lang.Object
-
- org.apache.turbine.services.urlmapper.model.URLMappingContainer
-
public class URLMappingContainer extends Object
URL Map Container Model Class- Author:
- Thomas Vandahl
-
-
Constructor Summary
Constructors Constructor Description URLMappingContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<URLMapEntry>
getMapEntries()
Get the list of map entriesString
getName()
Get the name of this map.protected void
setMapEntries(List<URLMapEntry> newURLMapEntries)
Set new map entries during deserializationprotected void
setName(String name)
Set the name of this map.
-
-
-
Constructor Detail
-
URLMappingContainer
public URLMappingContainer()
-
-
Method Detail
-
setName
protected void setName(String name)
Set the name of this map.- Parameters:
name
- Name of this map.
-
getMapEntries
public List<URLMapEntry> getMapEntries()
Get the list of map entries
-
setMapEntries
protected void setMapEntries(List<URLMapEntry> newURLMapEntries)
Set new map entries during deserialization- Parameters:
newURLMapEntries
- the newURLMapEntries to set
-
-