public class SkinModel extends Object implements Serializable, Cloneable
<skin>
element is the root of
the skin descriptor.Modifier and Type | Field and Description |
---|---|
static String |
SKIN_DESCRIPTOR_LOCATION |
Constructor and Description |
---|
SkinModel() |
Modifier and Type | Method and Description |
---|---|
SkinModel |
clone()
Method clone.
|
String |
getEncoding()
Get encoding of text content, like the Velocity template
itself.
|
String |
getModelEncoding()
Get the modelEncoding field.
|
Prerequisites |
getPrerequisites()
Get describes the prerequisites in the build environment for
using this skin.
|
void |
setEncoding(String encoding)
Set encoding of text content, like the Velocity template
itself.
|
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field.
|
void |
setPrerequisites(Prerequisites prerequisites)
Set describes the prerequisites in the build environment for
using this skin.
|
public static final String SKIN_DESCRIPTOR_LOCATION
public String getEncoding()
public String getModelEncoding()
public Prerequisites getPrerequisites()
public void setEncoding(String encoding)
encoding
- a encoding object.public void setModelEncoding(String modelEncoding)
modelEncoding
- a modelEncoding object.public void setPrerequisites(Prerequisites prerequisites)
prerequisites
- a prerequisites object.Copyright © 2005–2023 The Apache Software Foundation. All rights reserved.