|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.modules.gwt.CalendarGWTMapper
public class CalendarGWTMapper
| Constructor Summary | |
|---|---|
CalendarGWTMapper()
|
|
| Method Summary | |
|---|---|
java.lang.Class<? extends java.util.Date> |
getGwtClass()
The GWT class supported by this mapper. |
java.lang.Class<? extends java.util.Calendar> |
getJaxbClass()
The JAXB class supported by this mapper. |
java.util.Date |
toGWT(java.util.Calendar jaxbObject,
GWTMappingContext context)
Maps a JAXB object to a GWT object. |
java.util.Calendar |
toJAXB(java.util.Date gwtObject,
GWTMappingContext context)
Maps a GWT object to a JAXB object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CalendarGWTMapper()
| Method Detail |
|---|
public java.util.Date toGWT(java.util.Calendar jaxbObject,
GWTMappingContext context)
throws GWTMappingException
GWTMapper
toGWT in interface GWTMapper<java.util.Calendar,java.util.Date>jaxbObject - The jaxb object.context - The mapping context.
GWTMappingException
public java.util.Calendar toJAXB(java.util.Date gwtObject,
GWTMappingContext context)
throws GWTMappingException
GWTMapper
toJAXB in interface GWTMapper<java.util.Calendar,java.util.Date>gwtObject - The gwt object.context - The mapping context.
GWTMappingExceptionpublic java.lang.Class<? extends java.util.Calendar> getJaxbClass()
CustomGWTMapper
getJaxbClass in interface CustomGWTMapper<java.util.Calendar,java.util.Date>public java.lang.Class<? extends java.util.Date> getGwtClass()
CustomGWTMapper
getGwtClass in interface CustomGWTMapper<java.util.Calendar,java.util.Date>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||