Class RichfacesProperties.ResourceMapping
- java.lang.Object
- 
- org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceMapping
 
- 
- Enclosing class:
- RichfacesProperties
 
 public static class RichfacesProperties.ResourceMapping extends Object ResourceMapping namespace.
- 
- 
Constructor SummaryConstructors Constructor Description ResourceMapping()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetCompressedStages()BooleangetEnabled()StringgetLocation()StringgetMappingFile()StringgetPackedStages()inthashCode()voidsetCompressedStages(String compressedStages)voidsetEnabled(Boolean enabled)voidsetLocation(String location)voidsetMappingFile(String mappingFile)voidsetPackedStages(String packedStages)StringtoString()
 
- 
- 
- 
Method Detail- 
getEnabledpublic Boolean getEnabled() 
 - 
getLocationpublic String getLocation() 
 - 
getMappingFilepublic String getMappingFile() 
 - 
getCompressedStagespublic String getCompressedStages() 
 - 
getPackedStagespublic String getPackedStages() 
 - 
setEnabledpublic void setEnabled(Boolean enabled) 
 - 
setLocationpublic void setLocation(String location) 
 - 
setMappingFilepublic void setMappingFile(String mappingFile) 
 - 
setCompressedStagespublic void setCompressedStages(String compressedStages) 
 - 
setPackedStagespublic void setPackedStages(String packedStages) 
 - 
canEqualprotected boolean canEqual(Object other) 
 
- 
 
-