atg.epub.pws.taglib
Class GetVersionedAssetTypesTag.FileSystemResult

java.lang.Object
  extended by atg.epub.pws.taglib.GetVersionedAssetTypesTag.Result
      extended by atg.epub.pws.taglib.GetVersionedAssetTypesTag.FileSystemResult
Enclosing class:
GetVersionedAssetTypesTag

public class GetVersionedAssetTypesTag.FileSystemResult
extends GetVersionedAssetTypesTag.Result

Result class for file systems

See Also:
GetVersionedAssetTypesTag.Result

Constructor Summary
GetVersionedAssetTypesTag.FileSystemResult(atg.vfs.repository.ContentRepositoryVFSService pVfsService)
           
 
Method Summary
 boolean isFileSystem()
           
 boolean isRepository()
           
 
Methods inherited from class atg.epub.pws.taglib.GetVersionedAssetTypesTag.Result
getComponentPath, getRepositoryName, getTypes, setComponentPath, setRepositoryName, setTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetVersionedAssetTypesTag.FileSystemResult

public GetVersionedAssetTypesTag.FileSystemResult(atg.vfs.repository.ContentRepositoryVFSService pVfsService)
Method Detail

isRepository

public boolean isRepository()
Specified by:
isRepository in class GetVersionedAssetTypesTag.Result
Returns:
false always

isFileSystem

public boolean isFileSystem()
Specified by:
isFileSystem in class GetVersionedAssetTypesTag.Result
Returns:
true always