public class DeployedLayout
extends java.lang.Object
| Constructor and Description |
|---|
DeployedLayout(de.innovationgate.webgate.api.WGTMLModule lib,
java.lang.String layoutKey,
java.io.File folder,
java.lang.String characterEncoding) |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(java.lang.String code) |
java.io.File |
getFile() |
java.lang.String |
getLayoutKey() |
java.lang.String |
getMainLibDBKey() |
java.lang.String |
getMainLibKey() |
java.lang.String |
getMainLibMediaKey() |
java.lang.String |
getMainLibName() |
java.lang.String |
getResourcePath() |
void |
init(de.innovationgate.webgate.api.WGTMLModule lib,
java.lang.String layoutKey,
java.io.File folder,
java.lang.String characterEncoding) |
boolean |
isDeleted()
Returns the deleted.
|
boolean |
isInline() |
boolean |
needsUpdate(de.innovationgate.webgate.api.WGTMLModule mod) |
void |
setDeleted(boolean deleted)
Sets the deleted.
|
public DeployedLayout(de.innovationgate.webgate.api.WGTMLModule lib,
java.lang.String layoutKey,
java.io.File folder,
java.lang.String characterEncoding)
throws de.innovationgate.webgate.api.WGAPIException,
java.security.NoSuchAlgorithmException
de.innovationgate.webgate.api.WGAPIExceptionjava.security.NoSuchAlgorithmExceptionpublic void init(de.innovationgate.webgate.api.WGTMLModule lib,
java.lang.String layoutKey,
java.io.File folder,
java.lang.String characterEncoding)
throws de.innovationgate.webgate.api.WGAPIException,
java.security.NoSuchAlgorithmException
de.innovationgate.webgate.api.WGAPIExceptionjava.security.NoSuchAlgorithmExceptionpublic boolean needsUpdate(de.innovationgate.webgate.api.WGTMLModule mod)
throws de.innovationgate.webgate.api.WGAPIException
de.innovationgate.webgate.api.WGAPIExceptionpublic java.io.File getFile()
public boolean isDeleted()
public void setDeleted(boolean deleted)
deleted - The deleted to setpublic void deploy(java.lang.String code)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getMainLibKey()
public java.lang.String getLayoutKey()
public boolean isInline()
public java.lang.String getMainLibMediaKey()
public java.lang.String getMainLibName()
public java.lang.String getMainLibDBKey()
public java.lang.String getResourcePath()