Uses of Class
org.apache.turbine.services.urlmapper.model.URLMapEntry
-
Packages that use URLMapEntry Package Description org.apache.turbine.services.urlmapper.model -
-
Uses of URLMapEntry in org.apache.turbine.services.urlmapper.model
Methods in org.apache.turbine.services.urlmapper.model that return types with arguments of type URLMapEntry Modifier and Type Method Description List<URLMapEntry>URLMappingContainer. getMapEntries()Get the list of map entriesMethod parameters in org.apache.turbine.services.urlmapper.model with type arguments of type URLMapEntry Modifier and Type Method Description protected voidURLMappingContainer. setMapEntries(List<URLMapEntry> newURLMapEntries)Set new map entries during deserialization
-