com.isenshi.util
クラス DiconStringBuffer

java.lang.Object
  拡張com.isenshi.util.XMLStringBuffer
      拡張com.isenshi.util.DiconStringBuffer

public class DiconStringBuffer
extends XMLStringBuffer

作成者:
nishioka

フィールドの概要
 
クラス com.isenshi.util.XMLStringBuffer から継承したフィールド
NEWLINE
 
コンストラクタの概要
DiconStringBuffer()
           
 
メソッドの概要
 void appendAspect(String pointcut, String interceptor)
           
 void appendAspects(Map options)
           
 void appendComponent(Object component)
           
 void appendComponent(Object component, Map options)
           
 void appendComponent(Object component, Map options, String[] properties)
           
 void appendComponentProperty(String property, Object component)
           
 void appendProperty(String property, Object valueObj)
           
 void appendProperty(String property, String value)
           
 void appendPropertyBody(Object valueObj)
           
 void appendStartComponentsTag()
           
 void appendStartComponentTag(Class clazz)
           
 void appendStartComponentTag(Class clazz, Map options)
           
 void endComponentsTag()
           
 void endComponentTag()
           
 void setReferenceComponents(List componets)
           
 
クラス com.isenshi.util.XMLStringBuffer から継承したメソッド
appendAttribute, appendBody, appendStartTag, appendXMLDeclaration, closeTag, cut, endAllTags, endTag, isTagEmpty, nextIndex, setNewline, setTab, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

DiconStringBuffer

public DiconStringBuffer()
メソッドの詳細

setReferenceComponents

public void setReferenceComponents(List componets)

appendStartComponentsTag

public void appendStartComponentsTag()

endComponentsTag

public void endComponentsTag()

appendStartComponentTag

public void appendStartComponentTag(Class clazz,
                                    Map options)

appendStartComponentTag

public void appendStartComponentTag(Class clazz)

endComponentTag

public void endComponentTag()

appendComponent

public void appendComponent(Object component)

appendComponent

public void appendComponent(Object component,
                            Map options)

appendComponent

public void appendComponent(Object component,
                            Map options,
                            String[] properties)

appendAspects

public void appendAspects(Map options)

appendAspect

public void appendAspect(String pointcut,
                         String interceptor)

appendProperty

public void appendProperty(String property,
                           Object valueObj)

appendProperty

public void appendProperty(String property,
                           String value)

appendComponentProperty

public void appendComponentProperty(String property,
                                    Object component)

appendPropertyBody

public void appendPropertyBody(Object valueObj)


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.