org.richfaces.cdk.attributes
Class Adapters.NormalizedStringAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,String>
      extended by org.richfaces.cdk.attributes.Adapters.NormalizedStringAdapter
Enclosing class:
Adapters

public static final class Adapters.NormalizedStringAdapter
extends XmlAdapter<String,String>


Constructor Summary
Adapters.NormalizedStringAdapter()
           
 
Method Summary
 String marshal(String text)
           
 String unmarshal(String v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Adapters.NormalizedStringAdapter

public Adapters.NormalizedStringAdapter()
Method Detail

marshal

public String marshal(String text)
Specified by:
marshal in class XmlAdapter<String,String>

unmarshal

public String unmarshal(String v)
                 throws Exception
Specified by:
unmarshal in class XmlAdapter<String,String>
Throws:
Exception


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.