Uses of Class
org.apache.wicket.resource.Properties
-
Packages that use Properties Package Description org.apache.wicket.resource Locale aware resouce loaders. -
-
Uses of Properties in org.apache.wicket.resource
Fields in org.apache.wicket.resource declared as Properties Modifier and Type Field Description static PropertiesProperties. EMPTY_PROPERTIESEmpty PropertiesMethods in org.apache.wicket.resource that return Properties Modifier and Type Method Description PropertiesIPropertiesFactory. load(java.lang.Class<?> clazz, java.lang.String path)Load the properties associated with the pathPropertiesPropertiesFactory. load(java.lang.Class<?> clazz, java.lang.String path)Methods in org.apache.wicket.resource that return types with arguments of type Properties Modifier and Type Method Description protected java.util.Map<java.lang.String,Properties>PropertiesFactory. getCache()For subclasses to get access to the cacheprotected java.util.Map<java.lang.String,Properties>PropertiesFactory. newPropertiesCache()
-