public class Skin extends GraphicElement implements Comparable, Cloneable
Modifier and Type | Field and Description |
---|---|
static Properties |
DEFAULT_PROPERTIES |
static String |
DESCRIPTOR_FILENAME |
dbid, description, id, JSPS_PREFIX, JSPS_SUFFIX, panelId, resources, sectionId, workspaceId
Modifier and Type | Method and Description |
---|---|
Object |
elementClone()
Clone this object.
|
String |
getBaseDir()
Return the base directory for this skin, after the base skins directory.
|
String |
getCategoryName()
Get the category name representing this type of element
|
protected String |
getDescriptorFileName()
Name of the file that contains the descriptor (i.e. skin.properties...)
|
GraphicElementManager |
getInstanceManager()
Manager that handles this type of resource.
|
static GraphicElementManager |
getManager()
The manager that handles this type of resource.
|
String |
getMappingDir()
Directory where the elements of this type deployment files should be placed (starting in the webapp root)
also serves as starting point for urls.
|
static GraphicElementPreview |
getPreviewInstance(File f,
String workspaceId,
Long sectionId,
Long panelId,
String id)
Get an instance to a previewer for this item.
|
String |
toString() |
acceptVisit, checkDeployment, clearDeploymentFiles, clone, compareTo, deploy, deployFiles, equals, getDbid, getDeploymentDirName, getDescription, getId, getLastModified, getLocaleManager, getPanelId, getPrefixForResourcePath, getRelativeResourceName, getResource, getResourceName, getResources, getSectionId, getSuffixForResourcePath, getTmpZipFile, getWorkspaceId, getZipFile, onDelete, onLoad, onSave, onUpdate, setDbid, setDescription, setDescription, setId, setLastModified, setPanelId, setSectionId, setWorkspaceId, setZipFile, setZipFile, unzip
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
compareTo
public static final String DESCRIPTOR_FILENAME
public static final Properties DEFAULT_PROPERTIES
public String getCategoryName()
GraphicElement
getCategoryName
in class GraphicElement
public String getBaseDir()
getBaseDir
in class GraphicElement
public GraphicElementManager getInstanceManager()
getInstanceManager
in class GraphicElement
public static GraphicElementManager getManager()
public static GraphicElementPreview getPreviewInstance(File f, String workspaceId, Long sectionId, Long panelId, String id)
protected String getDescriptorFileName()
getDescriptorFileName
in class GraphicElement
public String getMappingDir()
GraphicElement
getMappingDir
in class GraphicElement
public Object elementClone()
GraphicElement
elementClone
in class GraphicElement
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.