Uses of Class
org.apache.abdera.i18n.text.CharUtils.Profile

Packages that use CharUtils.Profile
org.apache.abdera.i18n.text   
org.apache.abdera.protocol.server   
org.apache.abdera.protocol.server.context   
 

Uses of CharUtils.Profile in org.apache.abdera.i18n.text
 

Methods in org.apache.abdera.i18n.text that return CharUtils.Profile
static CharUtils.Profile CharUtils.Profile.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CharUtils.Profile[] CharUtils.Profile.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.abdera.i18n.text with parameters of type CharUtils.Profile
static void CharUtils.verify(char[] s, CharUtils.Profile profile)
          Verifies a sequence of codepoints using the specified profile
static void CharUtils.verify(CodepointIterator ci, CharUtils.Profile profile)
          Verifies a sequence of codepoints using the specified filter
static void CharUtils.verify(String s, CharUtils.Profile profile)
          Verifies a sequence of codepoints using the specified profile
static void CharUtils.verifyNot(char[] array, CharUtils.Profile profile)
          Verifies a sequence of codepoints using the specified profile
static void CharUtils.verifyNot(CodepointIterator ci, CharUtils.Profile profile)
          Verifies a sequence of codepoints using the specified profile
 

Uses of CharUtils.Profile in org.apache.abdera.protocol.server
 

Methods in org.apache.abdera.protocol.server with parameters of type CharUtils.Profile
 ResponseContext ResponseContext.setEscapedHeader(String name, CharUtils.Profile profile, String value)
          Set a pct-encoded header in the response
 

Uses of CharUtils.Profile in org.apache.abdera.protocol.server.context
 

Methods in org.apache.abdera.protocol.server.context with parameters of type CharUtils.Profile
 ResponseContext ResponseContextWrapper.setEscapedHeader(String name, CharUtils.Profile profile, String value)
           
 ResponseContext AbstractResponseContext.setEscapedHeader(String name, CharUtils.Profile profile, String value)
           
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.