|
|||||||||||
前 次 | フレームあり フレームなし |
TgwSecurityException を使用しているパッケージ | |
org.seasar.tuigwaa.cms | |
org.seasar.tuigwaa.cms.core.wiki | Wikiエンジン、パーサ、プラグイン等のパッケージ。 |
org.seasar.tuigwaa.view.wiki |
org.seasar.tuigwaa.cms での TgwSecurityException の使用 |
TgwSecurityException をスローする org.seasar.tuigwaa.cms のメソッド | |
void |
ContentsStoreServiceSlideImpl.setProperty(String siteName,
String path,
Properties props)
|
Properties |
ContentsStoreServiceSlideImpl.getProperty(String siteName,
String path)
|
void |
ContentsStoreServiceSlideImpl.removeProperty(String siteName,
String path,
String key)
|
List |
ContentsStoreServiceSlideImpl.getAttachmentFileList(String siteName,
String pagePath)
|
List |
ContentsStoreServiceSlideImpl.getRecursiveFolderList(String siteName,
String path)
|
List |
ContentsStoreServiceSlideImpl.getRecursivePageList(String siteName,
String path)
|
List |
ContentsStoreServiceSlideImpl.getRecursivePageOrFolderList(String siteName,
String path)
|
List |
ContentsStoreServiceSlideImpl.getPageOrFolderList(String siteName,
String path)
|
List |
ContentsStoreServiceSlideImpl.getFolderList(String siteName,
String path)
|
List |
ContentsStoreServiceSlideImpl.getPageList(String siteName,
String path)
|
boolean |
ContentsStoreServiceSlideImpl.isExistPage(String siteName,
String pagePath)
推奨されていません。 |
boolean |
ContentsStoreServiceSlideImpl.isExist(String siteName,
String path)
推奨されていません。 |
void |
ContentsStoreServiceSlideImpl.createAttachment(String siteName,
String pagePath,
String fileName,
String contentType,
int contentLength,
InputStream iStream)
|
String |
ContentsStoreServiceSlideImpl.getContent(Resource resource)
推奨されていません。 |
Resource |
ContentsStoreServiceSlideImpl.getResource(String siteName,
String pagePath)
|
Resource |
ContentsStoreServiceSlideImpl.getAttachmentResource(String siteName,
String pagePath,
String fileName)
|
Page |
ContentsStoreServiceSlideImpl.getPage(String siteName,
String pagePath)
|
void |
ContentsStoreServiceSlideImpl.createFolder(String siteName,
String folderPath)
|
void |
ContentsStoreServiceSlideImpl.copyFromFileSystem(File srcDirectory,
String targetSiteName)
|
void |
ContentsStoreServiceSlideImpl.copyToFileSystem(String srcSiteName,
String srcPath,
File targetDirectory)
|
boolean |
ContentsStoreServiceSlideImpl.isExistResource(String siteName,
String path,
boolean pageOnly)
|
Page |
ContentsStoreService.getPage(String siteName,
String pagePath)
|
void |
ContentsStoreService.createFolder(String siteName,
String folderPath)
|
void |
ContentsStoreService.setProperty(String siteName,
String path,
Properties props)
|
Properties |
ContentsStoreService.getProperty(String siteName,
String path)
|
void |
ContentsStoreService.removeProperty(String siteName,
String path,
String key)
|
Resource |
ContentsStoreService.getResource(String siteName,
String pagePath)
|
boolean |
ContentsStoreService.isExistResource(String siteName,
String pagePath,
boolean pageOnly)
リソースの存在をチェックする |
boolean |
ContentsStoreService.isExist(String siteName,
String pagePath)
推奨されていません。 |
boolean |
ContentsStoreService.isExistPage(String siteName,
String pagePath)
推奨されていません。 |
String |
ContentsStoreService.getContent(Resource resource)
推奨されていません。 |
void |
ContentsStoreService.copyFromFileSystem(File srcDirectory,
String targetSiteName)
|
void |
ContentsStoreService.copyToFileSystem(String targetSiteName,
String srcPath,
File srcDirectory)
|
void |
ContentsStoreService.createAttachment(String siteName,
String pagePath,
String fileName,
String contentType,
int contentLength,
InputStream data)
|
List |
ContentsStoreService.getAttachmentFileList(String siteName,
String pagePath)
|
Resource |
ContentsStoreService.getAttachmentResource(String siteName,
String pagePath,
String fileName)
|
List |
ContentsStoreService.getPageOrFolderList(String siteName,
String folderPath)
|
List |
ContentsStoreService.getRecursivePageOrFolderList(String siteName,
String folderPath)
|
List |
ContentsStoreService.getPageList(String siteName,
String folderPath)
|
List |
ContentsStoreService.getRecursivePageList(String siteName,
String folderPath)
|
List |
ContentsStoreService.getRecursiveFolderList(String siteName,
String folderPath)
|
List |
ContentsStoreService.getFolderList(String siteName,
String folderPath)
|
PageComponent |
ContentsServiceImpl.getPageComponent()
|
void |
ContentsServiceImpl.savePage(String siteName,
String path,
String contentType,
Properties props,
String content,
String editVersion,
String sectionId)
|
Page |
ContentsServiceImpl.getPage(String siteName,
String pagePath,
int contentType)
|
void |
ContentsServiceImpl.createSite(SiteConfig siteConfig)
|
void |
ContentsServiceImpl.createFolder(SiteConfig siteConfig,
String folderPath)
|
void |
ContentsService.createSite(SiteConfig siteConfig)
|
PageComponent |
ContentsService.getPageComponent()
|
void |
ContentsService.savePage(String siteName,
String path,
String contentType,
Properties props,
String content,
String editVersion,
String sectionId)
|
Page |
ContentsService.getPage(String siteName,
String pagePath,
int contentType)
|
void |
ContentsService.createFolder(SiteConfig siteConfig,
String folderPath)
|
org.seasar.tuigwaa.cms.core.wiki での TgwSecurityException の使用 |
TgwSecurityException をスローする org.seasar.tuigwaa.cms.core.wiki のメソッド | |
boolean |
WikiContext.isPageExist(String pagename,
CmsRequest request)
Check whether the page specified by pagename exists or not. |
URL |
WikiContext.getURLByName(String pagename,
CmsRequest request)
Provides URL of given pagename. |
URL |
WikiContext.getURLByName(String pagename,
CmsRequest request,
Map params)
Provides URL of given pagename and parameters. |
URL |
WikiContext.getCreatePageURL(String pagename,
CmsRequest request)
Provides [new page] URL for given pagename. |
URL |
WikiContext.getEditPageURL(String pagename,
CmsRequest request)
|
List |
WikiContext.getAttachmentFileList(CmsRequest request,
String pagePath)
|
org.seasar.tuigwaa.view.wiki での TgwSecurityException の使用 |
TgwSecurityException をスローする org.seasar.tuigwaa.view.wiki のメソッド | |
boolean |
WikiContextImpl.isPageExist(String pagename,
CmsRequest request)
|
URL |
WikiContextImpl.getURLByName(String pagename,
CmsRequest request,
Map params)
|
URL |
WikiContextImpl.getURLByName(String pagename,
CmsRequest request)
|
URL |
WikiContextImpl.getCreatePageURL(String pagename,
CmsRequest request)
|
URL |
WikiContextImpl.getEditPageURL(String pagename,
CmsRequest request)
|
List |
WikiContextImpl.getAttachmentFileList(CmsRequest request,
String pagePath)
|
|
|||||||||||
前 次 | フレームあり フレームなし |