public interface ContentDashboardItemActionProvider<T>
Modifier and Type | Method and Description |
---|---|
ContentDashboardItemAction |
getContentDashboardItemAction(T t,
javax.servlet.http.HttpServletRequest httpServletRequest) |
java.lang.String |
getKey() |
ContentDashboardItemAction.Type |
getType() |
boolean |
isShow(T t,
javax.servlet.http.HttpServletRequest httpServletRequest) |
ContentDashboardItemAction getContentDashboardItemAction(T t, javax.servlet.http.HttpServletRequest httpServletRequest) throws ContentDashboardItemActionException
java.lang.String getKey()
ContentDashboardItemAction.Type getType()
boolean isShow(T t, javax.servlet.http.HttpServletRequest httpServletRequest)