|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIGraphic
javax.faces.component.html.HtmlGraphicImage
org.apache.myfaces.component.html.ext.HtmlGraphicImage
org.apache.myfaces.custom.graphicimageajax.GraphicImageAjax
Field Summary | |
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Fields inherited from interface org.apache.myfaces.component.UserRoleAware |
ENABLED_ON_USER_ROLE_ATTR, VISIBLE_ON_USER_ROLE_ATTR |
Constructor Summary | |
GraphicImageAjax()
|
Method Summary | |
javax.faces.el.MethodBinding |
getGetBytesMethod()
|
javax.faces.el.MethodBinding |
getGetContentTypeMethod()
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setGetBytesMethod(javax.faces.el.MethodBinding getBytesMethod)
|
void |
setGetContentTypeMethod(javax.faces.el.MethodBinding getContentTypeMethod)
|
Methods inherited from class org.apache.myfaces.component.html.ext.HtmlGraphicImage |
getClientId, getEnabledOnUserRole, getVisibleOnUserRole, isRendered, setEnabledOnUserRole, setVisibleOnUserRole |
Methods inherited from class javax.faces.component.html.HtmlGraphicImage |
getAlt, getDir, getHeight, getLang, getLongdesc, getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getStyle, getStyleClass, getTitle, getUsemap, getWidth, isIsmap, setAlt, setDir, setHeight, setIsmap, setLang, setLongdesc, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setStyle, setStyleClass, setTitle, setUsemap, setWidth |
Methods inherited from class javax.faces.component.UIGraphic |
getFamily, getUrl, getValue, getValueBinding, setUrl, setValue, setValueBinding |
Methods inherited from class javax.faces.component.UIComponentBase |
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
Constructor Detail |
public GraphicImageAjax()
Method Detail |
public java.lang.Object saveState(javax.faces.context.FacesContext context)
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
public void setGetContentTypeMethod(javax.faces.el.MethodBinding getContentTypeMethod)
public javax.faces.el.MethodBinding getGetContentTypeMethod()
public void setGetBytesMethod(javax.faces.el.MethodBinding getBytesMethod)
public javax.faces.el.MethodBinding getGetBytesMethod()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |