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 - public void setModelEncoding(String modelEncoding)
modelEncoding - public void setPrerequisites(Prerequisites prerequisites)
prerequisites - Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.