Uses of Interface
org.jboss.dna.common.text.TextEncoder

Packages that use TextEncoder
org.jboss.dna.common.jcr   
org.jboss.dna.common.text   
org.jboss.dna.maven   
 

Uses of TextEncoder in org.jboss.dna.common.jcr
 

Fields in org.jboss.dna.common.jcr declared as TextEncoder
static TextEncoder Path.DEFAULT_ENCODER
           
static TextEncoder Path.JSR283_ENCODER
           
static TextEncoder Path.NO_OP_ENCODER
           
static TextEncoder Path.URL_ENCODER
           
 

Methods in org.jboss.dna.common.jcr with parameters of type TextEncoder
 Path Path.append(java.lang.String[] segments, TextEncoder encoder)
          Create a path by appending multiple segment.
 Path Path.append(java.lang.String segment, TextEncoder encoder)
          Create a path by appending a single segment.
 boolean Path.endsWith(java.lang.String segment, TextEncoder encoder)
          Determine whether the last segment matches that supplied.
 java.lang.String Path.getString(TextEncoder encoder)
          Get the encoded string form of the path, using the supplied encoder to encode characters in each of the path segments.
 Path Path.resolve(java.lang.String relativePath, TextEncoder encoder)
          Get the absolute path by resolving the supplied relative (non-absolute) path against this absolute path.
 Path Path.resolveAgainst(java.lang.String absolutePath, TextEncoder encoder)
          Get the absolute path by resolving this relative (non-absolute) path against the supplied absolute path.
 

Constructors in org.jboss.dna.common.jcr with parameters of type TextEncoder
Path(java.lang.String path, TextEncoder encoder)
          Create a path by parsing the supplied absolute or relative path.
 

Uses of TextEncoder in org.jboss.dna.common.text
 

Classes in org.jboss.dna.common.text that implement TextEncoder
 class Jsr283Encoder
          Encoder that escapes characters that are not allowed in JCR names.
 class NoOpEncoder
          An encoder implementation that does nothing.
 class UrlEncoder
          An encoder useful for converting text to be used within a URL, as defined by Section 2.3 of RFC 2396.
 

Uses of TextEncoder in org.jboss.dna.maven
 

Methods in org.jboss.dna.maven with parameters of type TextEncoder
 java.lang.String MavenId.getRelativePath(TextEncoder escapingStrategy)
          Return the relative JCR path for this resource, built from the components of the group ID, the artifact ID, and the version.
 java.lang.String MavenId.getRelativePath(TextEncoder escapingStrategy, boolean includeVersion)
          Return the relative JCR path for this resource, built from the components of the group ID, the artifact ID, and the version.
 java.net.URL MavenUrl.getUrl(java.net.URLStreamHandler handler, TextEncoder encoder)
          Get a URL that corresponds to the information in this object.
static MavenUrl MavenUrl.parse(java.lang.String url, TextEncoder decoder)
          Parse the supplied URL and determine if the URL fits the JCR URL format.
static MavenUrl MavenUrl.parse(java.net.URL url, TextEncoder decoder)
          Parse the supplied URL and determine if the URL fits the JCR URL format.
 



Copyright © 2008. All Rights Reserved.