public class UIAgentList
extends javax.faces.component.UIComponentBase
implements com.ibm.xsp.component.FacesAjaxComponent
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
RENDERER_TYPE |
static String |
SORT_ACTIVE |
static String |
SORT_ALIAS |
static String |
SORT_EXECUTION |
static String |
SORT_NAME |
static String |
SORT_TYPE |
Constructor and Description |
---|
UIAgentList() |
Modifier and Type | Method and Description |
---|---|
List<UIAgentEntry> |
getAllEntries() |
ApplicationStatus |
getApplicationStatus(javax.faces.context.FacesContext context) |
String |
getFamily() |
String |
getHostName() |
String |
getProtocol() |
String |
getSort() |
String |
getUrl(javax.faces.context.FacesContext context) |
boolean |
handles(javax.faces.context.FacesContext arg0) |
void |
processAjaxRequest(javax.faces.context.FacesContext context) |
void |
restoreState(javax.faces.context.FacesContext context,
Object state) |
Object |
saveState(javax.faces.context.FacesContext context) |
void |
setHostName(String hostName) |
void |
setProtocol(String protocol) |
boolean |
unregisterApplicaiton(javax.faces.context.FacesContext context) |
_xspCleanTransientData, _xspGetReadOnlyObj, _xspGetRendererData, _xspRemoveReadOnlyObj, _xspRemoveRendererData, _xspSetIdUnchecked, _xspSetReadOnlyObj, _xspSetRendererData, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String RENDERER_TYPE
public static final String SORT_NAME
public static final String SORT_ALIAS
public static final String SORT_TYPE
public static final String SORT_EXECUTION
public static final String SORT_ACTIVE
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public List<UIAgentEntry> getAllEntries()
public String getSort()
public String getHostName()
public void setHostName(String hostName)
public String getProtocol()
public void setProtocol(String protocol)
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
public void restoreState(javax.faces.context.FacesContext context, Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
public boolean handles(javax.faces.context.FacesContext arg0)
handles
in interface com.ibm.xsp.component.FacesAjaxComponent
public void processAjaxRequest(javax.faces.context.FacesContext context) throws IOException
processAjaxRequest
in interface com.ibm.xsp.component.FacesAjaxComponent
IOException
public ApplicationStatus getApplicationStatus(javax.faces.context.FacesContext context)
public boolean unregisterApplicaiton(javax.faces.context.FacesContext context)
public String getUrl(javax.faces.context.FacesContext context)
Copyright © 2021. All Rights Reserved.