org.apache.empire.struts2.action
Interface RequestParamProvider
- All Known Implementing Classes:
- Action, ActionBase, BeanDetailAction, DetailAction, EmployeeDetailAction, EmployeeListAction, LoginAction, SampleAction, WebAction
public interface RequestParamProvider
getRequestParameters
java.util.Map getRequestParameters()
hasRequestParam
boolean hasRequestParam(java.lang.String param)
getRequestParam
java.lang.String getRequestParam(java.lang.String param)
getRequestArrayParam
java.lang.String[] getRequestArrayParam(java.lang.String param)
Copyright © 2008-2009 Apache Software Foundation. All Rights Reserved.