|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
フィールドの概要 | |
static String |
ARCHIVE_SKIN_NAME
design template(skin) name indicates the one within site archive |
static String |
SYSTEM_SKIN_NAME
design template(skin) name system provides |
メソッドの概要 | |
void |
deleteSkin(String skinName,
List configList)
Delete skin under template store (that is, Web-DAV area) |
void |
downloadSkin(String skinName,
ZipOutputStream zipOutput)
Download skin as zip archive, this for Web-interface |
String[] |
getAllSkinNames()
Returns all skinname available for system |
String[] |
getAvailableSkinNames(String siteName)
Returns available skinname list for a given site |
DesignConfig |
getDesignConfig(String skinName)
|
void |
init()
initialization methos at startup |
void |
saveConfig(DesignConfig designConfig)
Save design configuration |
void |
sync(SiteConfig siteConfig,
boolean overwrite)
Sync site-local skin files with repository skin files (Web-DAV or backup archive) |
void |
uploadSkin(String skinName,
ZipInputStream zipInput)
Uploads skin zip archive, this for Web-interface |
boolean |
validate(String skin)
Validate skin directory |
フィールドの詳細 |
public static final String ARCHIVE_SKIN_NAME
public static final String SYSTEM_SKIN_NAME
メソッドの詳細 |
public void init()
public String[] getAllSkinNames()
public String[] getAvailableSkinNames(String siteName)
public void uploadSkin(String skinName, ZipInputStream zipInput) throws TgwServiceException
TgwServiceException
public void downloadSkin(String skinName, ZipOutputStream zipOutput) throws TgwServiceException
TgwServiceException
public void deleteSkin(String skinName, List configList) throws TgwServiceException
TgwServiceException
public void sync(SiteConfig siteConfig, boolean overwrite) throws TgwServiceException
overwrite
- if set is true, overwrites site-local data with repository data,
else at first it cleans up site-local directory and then copy repository skins there.
TgwServiceException
public boolean validate(String skin)
public void saveConfig(DesignConfig designConfig) throws TgwServiceException
TgwServiceException
public DesignConfig getDesignConfig(String skinName)
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |