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 boolean
canEqual(Object other)
boolean
equals(Object o)
String
getCompressedStages()
Boolean
getEnabled()
String
getLocation()
String
getMappingFile()
String
getPackedStages()
int
hashCode()
void
setCompressedStages(String compressedStages)
void
setEnabled(Boolean enabled)
void
setLocation(String location)
void
setMappingFile(String mappingFile)
void
setPackedStages(String packedStages)
String
toString()
-
-
-
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)
-
-