| com.methodhead.auth.AuthAction com.methodhead.property.PropertyAction
PropertyAction | public class PropertyAction extends AuthAction (Code) | |
Use PropertyAction to build a web interface to manage
properties. This action will respond to the mappings
/listProperties, /setPropertyForm, and
/setProperty, calling doListProperties(),
doSetPropertyForm(), and doSetProperty()
respectively.
The following are example mappings:
The action expects a DynaActionForm with at least the
following configuration:
|
|
|