org.xiruss.xirussrepository.server.jetty.apiserver
Class BranchResource

java.lang.Object
  extended by org.mortbay.util.Resource
      extended by org.xiruss.xirussrepository.server.jetty.viewer.XirussResourceBase
          extended by org.xiruss.xirussrepository.server.jetty.apiserver.HttpApiResourceBase
              extended by org.xiruss.xirussrepository.server.jetty.apiserver.RepositoryObjectResource
                  extended by org.xiruss.xirussrepository.server.jetty.apiserver.BranchResource
All Implemented Interfaces:
java.io.Serializable

public class BranchResource
extends RepositoryObjectResource

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.xiruss.xirussrepository.server.jetty.apiserver.HttpApiResourceBase
dataBuffer
 
Fields inherited from class org.xiruss.xirussrepository.server.jetty.viewer.XirussResourceBase
_associate, _context, logger, mimeType, pathTokens, pathToMe, rep, repositoryObject, request, resourceType, url
 
Constructor Summary
BranchResource(Repository rep, org.mortbay.http.HttpRequest request, Branch branch)
           
 
Method Summary
static XmlStringBuffer constructBranchResourceResult(Branch branch)
           
 void handlePost(java.lang.String actionType)
           
 
Methods inherited from class org.xiruss.xirussrepository.server.jetty.apiserver.RepositoryObjectResource
constructRepositoryObjectAttributes
 
Methods inherited from class org.xiruss.xirussrepository.server.jetty.apiserver.HttpApiResourceBase
getCharacterEncoding, getInputStream, getMimeType, getResult, isDirectory, length
 
Methods inherited from class org.xiruss.xirussrepository.server.jetty.viewer.XirussResourceBase
addPath, delete, exists, getAssociate, getFile, getHttpContext, getName, getOutputStream, getPathToMe, getRepositoryObject, getResourceType, getURL, lastModified, list, release, renameTo, setAssociate, writeTo
 
Methods inherited from class org.mortbay.util.Resource
cache, encode, finalize, getAlias, getListHTML, newResource, newResource, newSystemResource
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BranchResource

public BranchResource(Repository rep,
                      org.mortbay.http.HttpRequest request,
                      Branch branch)
Method Detail

constructBranchResourceResult

public static XmlStringBuffer constructBranchResourceResult(Branch branch)

handlePost

public void handlePost(java.lang.String actionType)
                throws java.io.IOException
Overrides:
handlePost in class RepositoryObjectResource
Throws:
java.io.IOException