org.outerj.daisy.repository.clientimpl.infrastructure
Class AbstractRemoteStrategy

java.lang.Object
  extended byorg.outerj.daisy.repository.clientimpl.infrastructure.AbstractRemoteStrategy
Direct Known Subclasses:
RemoteAclStrategy, RemoteCollectionStrategy, RemoteCommentStrategy, RemoteDocumentStrategy, RemoteQueryManager, RemoteSchemaStrategy, RemoteUserManagementStrategy, RemoteVariantStrategy

public class AbstractRemoteStrategy
extends java.lang.Object


Field Summary
protected  RemoteRepositoryManager.Context context
           
 
Constructor Summary
AbstractRemoteStrategy(RemoteRepositoryManager.Context context)
           
 
Method Summary
protected static java.lang.String encodeNameForUseInPath(java.lang.String name, java.lang.String value)
           
protected  org.apache.commons.httpclient.NameValuePair[] getBranchLangParams(long branchId, long languageId)
           
protected  DaisyHttpClient getClient(org.outerj.daisy.repository.commonimpl.AuthenticatedUser user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected RemoteRepositoryManager.Context context
Constructor Detail

AbstractRemoteStrategy

public AbstractRemoteStrategy(RemoteRepositoryManager.Context context)
Method Detail

getClient

protected DaisyHttpClient getClient(org.outerj.daisy.repository.commonimpl.AuthenticatedUser user)

encodeNameForUseInPath

protected static final java.lang.String encodeNameForUseInPath(java.lang.String name,
                                                               java.lang.String value)
                                                        throws org.outerj.daisy.repository.RepositoryException
Throws:
org.outerj.daisy.repository.RepositoryException

getBranchLangParams

protected org.apache.commons.httpclient.NameValuePair[] getBranchLangParams(long branchId,
                                                                            long languageId)


Copyright © -2005 . All Rights Reserved.