net.sf.jame.twister.common
Class ViewElementXMLExporter

java.lang.Object
  extended by net.sf.jame.core.xml.XMLExporter<T>
      extended by net.sf.jame.core.config.ValueConfigElementXMLExporter<View,ViewElement>
          extended by net.sf.jame.twister.common.ViewElementXMLExporter

public class ViewElementXMLExporter
extends ValueConfigElementXMLExporter<View,ViewElement>

Author:
Andrea Medeghini

Field Summary
 
Fields inherited from class net.sf.jame.core.xml.XMLExporter
ATTRIBUTE_CLASS_ID, ATTRIBUTE_EXTENSION_ID, ATTRIBUTE_NAME, ATTRIBUTE_VER, ELEMENT_TAG_NAME, PROPERTY_TAG_NAME, VALUE_TAG_NAME
 
Constructor Summary
ViewElementXMLExporter()
           
 
Method Summary
protected  java.lang.String formatValue(View value)
          Formats the value.
 
Methods inherited from class net.sf.jame.core.config.ValueConfigElementXMLExporter
exportProperties, exportToElement, exportValue
 
Methods inherited from class net.sf.jame.core.xml.XMLExporter
createElement, createElement, createElement, createElement, createProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewElementXMLExporter

public ViewElementXMLExporter()
Method Detail

formatValue

protected java.lang.String formatValue(View value)
Description copied from class: ValueConfigElementXMLExporter
Formats the value.

Specified by:
formatValue in class ValueConfigElementXMLExporter<View,ViewElement>
Parameters:
value -
Returns: