Uses of Class
org.slim3.commons.beanutil.BeanDesc

Packages that use BeanDesc
org.slim3.commons.beanutil This package provides the utility for Java Bean. 
org.slim3.container This package provides Slim3 container. 
org.slim3.struts.action This package provides action features. 
org.slim3.struts.config This package provides Slim3 configurations. 
 

Uses of BeanDesc in org.slim3.commons.beanutil
 

Methods in org.slim3.commons.beanutil that return BeanDesc
static BeanDesc BeanDesc.create(Class<?> beanClass)
          Creates the bean descriptor.
static BeanDesc BeanUtil.getBeanDesc(Class<?> beanClass)
          Returns the bean descriptor.
 

Uses of BeanDesc in org.slim3.container
 

Methods in org.slim3.container with parameters of type BeanDesc
protected  void BeanMetaFactory.inspectField(BeanMeta beanMeta, BeanDesc beanDesc, Field field)
          Inspects the field.
 

Uses of BeanDesc in org.slim3.struts.action
 

Methods in org.slim3.struts.action with parameters of type BeanDesc
protected  void S3RequestProcessor.exportProperties(HttpServletRequest request, HttpServletResponse response, BeanDesc beanDesc, boolean redirect)
          Exports action properties to request, session, cookie.
 

Uses of BeanDesc in org.slim3.struts.config
 

Fields in org.slim3.struts.config declared as BeanDesc
protected  BeanDesc S3ActionMapping.actionBeanDesc
          The bean descriptor of the action.
 

Methods in org.slim3.struts.config that return BeanDesc
 BeanDesc S3ActionMapping.getActionBeanDesc()
          Returns the bean descriptor of the action.
 



Copyright © 2008-2009 The Slim3 project. All Rights Reserved.