org.silverpeas.contribution.web
Class ContributionResourceURIs

java.lang.Object
  extended by org.silverpeas.contribution.web.ContributionResourceURIs

public final class ContributionResourceURIs
extends Object

Base URIs from which the REST-based ressources representing password entities are defined.

Author:
Yohann Chastagnier

Field Summary
static String CONTRIBUTION_BASE_URI
           
static String CONTRIBUTION_CONTENT_FORM_URI_PART
           
static String CONTRIBUTION_CONTENT_URI_PART
           
 
Constructor Summary
ContributionResourceURIs()
           
 
Method Summary
static URI buildURIOfContributionFormContent(AbstractContributionResource contributionResource, String formId)
          Builds a contribution form content URI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTRIBUTION_BASE_URI

public static final String CONTRIBUTION_BASE_URI
See Also:
Constant Field Values

CONTRIBUTION_CONTENT_URI_PART

public static final String CONTRIBUTION_CONTENT_URI_PART
See Also:
Constant Field Values

CONTRIBUTION_CONTENT_FORM_URI_PART

public static final String CONTRIBUTION_CONTENT_FORM_URI_PART
See Also:
Constant Field Values
Constructor Detail

ContributionResourceURIs

public ContributionResourceURIs()
Method Detail

buildURIOfContributionFormContent

public static URI buildURIOfContributionFormContent(AbstractContributionResource contributionResource,
                                                    String formId)
Builds a contribution form content URI

Parameters:
contributionResource -
Returns:


Copyright © 2016 Silverpeas. All Rights Reserved.