public abstract class RhnLookupDispatchAction
extends org.apache.struts.actions.LookupDispatchAction
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | SUBMITTED | 
| Constructor and Description | 
|---|
| RhnLookupDispatchAction() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.lang.String | getMethodName(org.apache.struts.action.ActionMapping mapping,
             org.apache.struts.action.ActionForm form,
             javax.servlet.http.HttpServletRequest request,
             javax.servlet.http.HttpServletResponse response,
             java.lang.String parameter) | 
| protected StrutsDelegate | getStrutsDelegate()Returns a StrutsDelegate object. | 
| protected boolean | isSubmitted(org.apache.struts.action.DynaActionForm form)Simple util to check if the Form was submitted | 
| protected java.lang.String | l10n(java.lang.String key)Take a key and return a localized (l10n) String | 
| protected static org.apache.struts.util.LabelValueBean | lv(java.lang.String label,
  java.lang.String value)Construct a LabelValueBean with specified label and value | 
execute, getKeyMethodMap, getLookupMapNamecancelled, dispatchMethod, getMethod, getParameter, unspecifiedaddErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServletpublic static final java.lang.String SUBMITTED
protected StrutsDelegate getStrutsDelegate()
StrutsDelegateprotected java.lang.String getMethodName(org.apache.struts.action.ActionMapping mapping,
                                         org.apache.struts.action.ActionForm form,
                                         javax.servlet.http.HttpServletRequest request,
                                         javax.servlet.http.HttpServletResponse response,
                                         java.lang.String parameter)
                                  throws java.lang.Exception
getMethodName in class org.apache.struts.actions.LookupDispatchActionjava.lang.Exceptionprotected boolean isSubmitted(org.apache.struts.action.DynaActionForm form)
form - to checkprotected static org.apache.struts.util.LabelValueBean lv(java.lang.String label,
                                                          java.lang.String value)
label - to usevalue - value of selectionprotected java.lang.String l10n(java.lang.String key)
key - to lookup