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 Summary
Constructors Constructor Description ResourceMapping() 
- 
Method Summary
All 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
- 
getEnabled
public Boolean getEnabled()
 
- 
getLocation
public String getLocation()
 
- 
getMappingFile
public String getMappingFile()
 
- 
getCompressedStages
public String getCompressedStages()
 
- 
getPackedStages
public String getPackedStages()
 
- 
setEnabled
public void setEnabled(Boolean enabled)
 
- 
setLocation
public void setLocation(String location)
 
- 
setMappingFile
public void setMappingFile(String mappingFile)
 
- 
setCompressedStages
public void setCompressedStages(String compressedStages)
 
- 
setPackedStages
public void setPackedStages(String packedStages)
 
- 
canEqual
protected boolean canEqual(Object other)
 
 - 
 
 -