org.seasar.cms.wiki.util
クラス TableNodeUtils

java.lang.Object
  上位を拡張 org.seasar.cms.wiki.util.TableNodeUtils

public class TableNodeUtils
extends java.lang.Object

作成者:
nishioka

コンストラクタの概要
TableNodeUtils()
           
 
メソッドの概要
static java.util.Map<java.lang.String,java.lang.String> getTdAttributes(WikiTablecolumn node)
           
static void prepareWikiTable(SimpleNode node, java.lang.Object data)
          Before accepting node tree, need to set node properties for colspan, rowspan.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TableNodeUtils

public TableNodeUtils()
メソッドの詳細

getTdAttributes

public static java.util.Map<java.lang.String,java.lang.String> getTdAttributes(WikiTablecolumn node)

prepareWikiTable

public static void prepareWikiTable(SimpleNode node,
                                    java.lang.Object data)
Before accepting node tree, need to set node properties for colspan, rowspan. The value of colspan or rowspan which might be set after trailing should be incremented before being used in visitor.



Copyright ? 2007. All Rights Reserved.