atg.epub.pws.taglib
Class GetVersionedAssetTypesTag.RepositoryResult

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

public class GetVersionedAssetTypesTag.RepositoryResult
extends GetVersionedAssetTypesTag.Result

Result class for repository items

See Also:
GetVersionedAssetTypesTag$Result

Constructor Summary
GetVersionedAssetTypesTag.RepositoryResult(Repository pRepository)
           
 
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.RepositoryResult

public GetVersionedAssetTypesTag.RepositoryResult(Repository pRepository)
Method Detail

isRepository

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

isFileSystem

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