org.jboss.dna.web.jcr.rest.client
Class RestClientI18n

java.lang.Object
  extended by org.jboss.dna.web.jcr.rest.client.RestClientI18n

public final class RestClientI18n
extends Object

The RestClientI18n class provides localized messages.


Field Summary
static I18n connectionErrorMsg
           
static I18n createFileFailedMsg
           
static I18n createFolderFailedMsg
           
static I18n getRepositoriesFailedMsg
           
static I18n getWorkspacesFailedMsg
           
static I18n nullArgumentMsg
           
static I18n publishFailedMsg
           
static I18n repositoryShortDescription
           
static I18n serverShortDescription
           
static I18n unknownHttpRequestMethodMsg
           
static I18n unpublishFailedMsg
           
static I18n unpublishNeverPublishedMsg
           
static I18n workspaceShortDescription
           
 
Constructor Summary
RestClientI18n()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nullArgumentMsg

public static I18n nullArgumentMsg

repositoryShortDescription

public static I18n repositoryShortDescription

serverShortDescription

public static I18n serverShortDescription

unknownHttpRequestMethodMsg

public static I18n unknownHttpRequestMethodMsg

workspaceShortDescription

public static I18n workspaceShortDescription

connectionErrorMsg

public static I18n connectionErrorMsg

createFileFailedMsg

public static I18n createFileFailedMsg

createFolderFailedMsg

public static I18n createFolderFailedMsg

getRepositoriesFailedMsg

public static I18n getRepositoriesFailedMsg

getWorkspacesFailedMsg

public static I18n getWorkspacesFailedMsg

publishFailedMsg

public static I18n publishFailedMsg

unpublishFailedMsg

public static I18n unpublishFailedMsg

unpublishNeverPublishedMsg

public static I18n unpublishNeverPublishedMsg
Constructor Detail

RestClientI18n

public RestClientI18n()


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.