Uses of Interface
net.contextfw.web.application.converter.AttributeSerializer

Packages that use AttributeSerializer
net.contextfw.web.application.conf   
net.contextfw.web.application.converter   
net.contextfw.web.application.dom   
net.contextfw.web.application.internal   
 

Uses of AttributeSerializer in net.contextfw.web.application.conf
 

Methods in net.contextfw.web.application.conf that return types with arguments of type AttributeSerializer
 Set<Map.Entry<Class<?>,Class<? extends AttributeSerializer<?>>>> WebConfiguration.getAttributeSerializerClasses()
           
 

Method parameters in net.contextfw.web.application.conf with type arguments of type AttributeSerializer
<S> WebConfiguration
WebConfiguration.addAttributeSerializerClass(Class<S> cl, Class<? extends AttributeSerializer<S>> serializerClass)
           
 

Uses of AttributeSerializer in net.contextfw.web.application.converter
 

Subinterfaces of AttributeSerializer in net.contextfw.web.application.converter
 interface ObjectAttributeSerializer
           
 

Classes in net.contextfw.web.application.converter that implement AttributeSerializer
 class AttributeJsonSerializer<S>
          A convinience class to handle attribute and Json serialization at the same time This class can be used to do all serialization for attributes and json, if the serialization method is the same.
 

Uses of AttributeSerializer in net.contextfw.web.application.dom
 

Constructors in net.contextfw.web.application.dom with parameters of type AttributeSerializer
DOMBuilder(String rootName, AttributeSerializer<Object> serializer, net.contextfw.web.application.internal.component.ComponentBuilder componentBuilder)
           
 

Uses of AttributeSerializer in net.contextfw.web.application.internal
 

Classes in net.contextfw.web.application.internal that implement AttributeSerializer
 class ToStringSerializer
          Default implementation for Object serialization.
 



Copyright © 2011. All Rights Reserved.