org.richfaces.cdk.xmlconfig.model
Class FacesIdAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,FacesId>
org.richfaces.cdk.xmlconfig.model.FacesIdAdapter
public class FacesIdAdapter
- extends XmlAdapter<String,FacesId>
- Author:
- asmirnov@exadel.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacesIdAdapter
public FacesIdAdapter()
marshal
public String marshal(FacesId v)
throws Exception
- Specified by:
marshal in class XmlAdapter<String,FacesId>
- Throws:
Exception
unmarshal
public FacesId unmarshal(String v)
throws Exception
- Specified by:
unmarshal in class XmlAdapter<String,FacesId>
- Throws:
Exception
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.