Class BasePopupDialogAction<T>
- java.lang.Object
-
- jetbrains.buildServer.controllers.popupDialogs.impl.actions.BasePopupDialogAction<T>
-
- All Implemented Interfaces:
PopupDialogAction<T>
- Direct Known Subclasses:
ApplyAction
,CancelPopupDialogAction
,UpdateFilterAction
,UpdateStateAction
public abstract class BasePopupDialogAction<T> extends Object implements PopupDialogAction<T>
- Author:
- Maxim.Manuylov Date: 10/1/11
-
-
Constructor Summary
Constructors Constructor Description BasePopupDialogAction()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static boolean
isAction(javax.servlet.http.HttpServletRequest request, String actionName)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.controllers.popupDialogs.PopupDialogAction
canProcess, process
-
-
-
-
Method Detail
-
isAction
protected static boolean isAction(@NotNull javax.servlet.http.HttpServletRequest request, @NotNull String actionName)
-
-