クラス
jp.terasoluna.fw.util.PropertyAccessException の使用

PropertyAccessException を使用しているパッケージ
jp.terasoluna.fw.service.thin   
jp.terasoluna.fw.util 汎用ユーティリティ 
 

jp.terasoluna.fw.service.thin での PropertyAccessException の使用
 

PropertyAccessException をスローする jp.terasoluna.fw.service.thin のメソッド
 java.lang.Object BLogicMapper.getValueFromForm(java.lang.String propName, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          フォームから指定されたプロパティ値を取得する。
 void BLogicMapper.setValueToForm(java.lang.Object value, java.lang.String propName, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          フォームの指定されたプロパティに値を格納する。
 

jp.terasoluna.fw.util での PropertyAccessException の使用
 

PropertyAccessException をスローする jp.terasoluna.fw.util のメソッド
static java.lang.Object BeanUtil.getBeanProperty(java.lang.Object bean, java.lang.String property)
          指定したJavaBeanのプロパティから値を取得する。
static java.lang.Class BeanUtil.getBeanPropertyType(java.lang.Object bean, java.lang.String property)
          指定したJavaBeanのプロパティから型を取得する。
static void BeanUtil.setBeanProperty(java.lang.Object bean, java.lang.String property, java.lang.Object value)
          指定したJavaBeanのプロパティに値を格納する。