com.sas.servlet.tbeans.dataselectors.propertyeditor.html
Class PropertyEditorContainer

com.sas.servlet.tbeans.dataselectors.propertyeditor.html.PropertyEditorContainer
All Implemented Interfaces:
com.sas.beans.PropertyChangeSource, com.sas.lang.ObjectDataInterface, RenderableInterface, TransformationInterface, com.sas.util.WriteToPrintWriterInterface, java.io.Serializable

public class PropertyEditorContainer

See Also:
Serialized Form

Constructor Summary
PropertyEditorContainer()
           
 
Method Summary
 void setEditorMap(java.util.Map editors)
           
 void write(java.io.PrintWriter out)
          Writes the custom attributes of the object.
 
Methods inherited from class com.sas.servlet.tbeans.BaseTransformation
addPropertyChangeListener, addPropertyChangeListener, cleanUpResources, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getCustomAttributes, getDescription, getId, getInputTransform, getLocale, getName, getObjectData, getObjectDataProperty, getOutputTransform, getRequest, getResponse, getTagEpilog, getTagProlog, hasListeners, isCleanUpResourcesOn, isVisible, removePropertyChangeListener, removePropertyChangeListener, setCleanUpResourcesOn, setCustomAttributes, setDescription, setId, setInputTransform, setLocale, setLocaleDependentProperties, setName, setObjectData, setObjectDataProperty, setOutputTransform, setRequest, setResponse, setTagEpilog, setTagProlog, setVisible, toString, write, write, write
 

Constructor Detail

PropertyEditorContainer

public PropertyEditorContainer()
Method Detail

write

public void write(java.io.PrintWriter out)
           throws java.io.IOException
Writes the custom attributes of the object. All transformation beans should overwrite this method and call SUPER.

Specified by:
write in interface TransformationInterface
Specified by:
write in interface com.sas.util.WriteToPrintWriterInterface
Overrides:
write in class BaseTransformation
Parameters:
out - The output stream
Throws:
java.io.IOException - Thrown if some type of I/O error occurs

setEditorMap

public void setEditorMap(java.util.Map editors)



Copyright © 2009 SAS Institute Inc. All Rights Reserved.