org.seasar.tuigwaa.controller.config
クラス EntityConfigGenerator

java.lang.Object
  拡張org.seasar.tuigwaa.controller.config.ConfigGenerator
      拡張org.seasar.tuigwaa.controller.config.EntityConfigGenerator
直系の既知のサブクラス:
CustomFormConfigGenerator

public class EntityConfigGenerator
extends ConfigGenerator


フィールドの概要
protected static String PROTO_ACTION
           
protected static String PROTO_FORM
           
 
コンストラクタの概要
EntityConfigGenerator(com.isenshi.util.converter.ConverterResource resource, TgwEntity entity, ModuleConfigMetadata metadata, Map formSetCache)
           
 
メソッドの概要
protected  void bindFormProperty(TgwAttribute attr)
           
 void generate()
           
 TgwEntity getEntity()
           
 
クラス org.seasar.tuigwaa.controller.config.ConfigGenerator から継承したメソッド
addConverterResource, addProperty, generate, getActionMapping, getActionName, getFormName, getFormSet, getModuleConfigMetadata, setValidator
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

PROTO_FORM

protected static final String PROTO_FORM
関連項目:
定数フィールド値

PROTO_ACTION

protected static final String PROTO_ACTION
関連項目:
定数フィールド値
コンストラクタの詳細

EntityConfigGenerator

public EntityConfigGenerator(com.isenshi.util.converter.ConverterResource resource,
                             TgwEntity entity,
                             ModuleConfigMetadata metadata,
                             Map formSetCache)
メソッドの詳細

generate

public void generate()

getEntity

public TgwEntity getEntity()

bindFormProperty

protected void bindFormProperty(TgwAttribute attr)


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