@RequestScoped public class AjaxRefreshManager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FORM_IDENTIFIER_PREFFIX |
protected int |
maxAjaxRequests |
Constructor and Description |
---|
AjaxRefreshManager() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxAjaxRequests() |
List<Long> |
getPanelIdsToRefresh() |
static AjaxRefreshManager |
lookup() |
void |
setMaxAjaxRequests(int maxAjaxRequests) |
void |
setPanelIdsToRefresh(List<Long> panelIdsToRefresh) |
public static final String FORM_IDENTIFIER_PREFFIX
@Inject protected int maxAjaxRequests
public static AjaxRefreshManager lookup()
public int getMaxAjaxRequests()
public void setMaxAjaxRequests(int maxAjaxRequests)
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.