Uses of Interface
org.chromattic.api.format.FormatterContext

Packages that use FormatterContext
org.chromattic.api.format   
 

Uses of FormatterContext in org.chromattic.api.format
 

Methods in org.chromattic.api.format with parameters of type FormatterContext
 java.lang.String ObjectFormatter.decodeNodeName(FormatterContext context, java.lang.String internalName)
          Converts a jcr node name to an entity name.
 java.lang.String DefaultObjectFormatter.decodeNodeName(FormatterContext context, java.lang.String internalName)
           
 java.lang.String DefaultObjectFormatter.decodePropertyName(FormatterContext context, java.lang.String internalName)
           
 java.lang.String ObjectFormatter.encodeNodeName(FormatterContext context, java.lang.String externalName)
          Converts an entity name to a jcr node name.
 java.lang.String DefaultObjectFormatter.encodeNodeName(FormatterContext context, java.lang.String externalName)
           
 java.lang.String DefaultObjectFormatter.encodePropertyName(FormatterContext context, java.lang.String externalName)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.