org.apache.empire.struts2.action
Interface ActionItemProperty

All Known Implementing Classes:
ActionBase, WebAction

public interface ActionItemProperty


Method Summary
 String getItemPropertyName()
          returns the name of the parameter used to get and set the action's item This function is used by the jsp tags as default parameter name of the item attribute By default this ist the name "item"
 

Method Detail

getItemPropertyName

String getItemPropertyName()
returns the name of the parameter used to get and set the action's item This function is used by the jsp tags as default parameter name of the item attribute By default this ist the name "item"

Returns:
the name of the item parameter


Copyright © 2008–2014 Apache Software Foundation. All rights reserved.