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 SummaryConstructors Constructor Description URLMappingContainer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<URLMapEntry>getMapEntries()Get the list of map entriesStringgetName()Get the name of this map.protected voidsetMapEntries(List<URLMapEntry> newURLMapEntries)Set new map entries during deserializationprotected voidsetName(String name)Set the name of this map.
 
- 
- 
- 
Constructor Detail- 
URLMappingContainerpublic URLMappingContainer() 
 
- 
 - 
Method Detail- 
setNameprotected void setName(String name) Set the name of this map.- Parameters:
- name- Name of this map.
 
 - 
getMapEntriespublic List<URLMapEntry> getMapEntries() Get the list of map entries
 - 
setMapEntriesprotected void setMapEntries(List<URLMapEntry> newURLMapEntries) Set new map entries during deserialization- Parameters:
- newURLMapEntries- the newURLMapEntries to set
 
 
- 
 
-