public class JsfContentTypeMapTag extends UIComponentTag
| Modifier and Type | Field and Description |
|---|---|
static String |
MAP_TYPE_EXTENSION |
static String |
MAP_TYPE_IMAGE |
static String |
MAP_TYPE_NAME |
pageContextEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
JsfContentTypeMapTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentType() |
String |
getFileType() |
String |
getMapType() |
String |
getPathPrefix() |
String |
getRendererType() |
String |
getVar() |
void |
setFileType(String fileType) |
void |
setMapType(String mapType) |
void |
setPathPrefix(String pathPrefix) |
protected void |
setProperties(UIComponent component) |
void |
setVar(String _var) |
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, release, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriterpublic static final String MAP_TYPE_IMAGE
public static final String MAP_TYPE_NAME
public static final String MAP_TYPE_EXTENSION
public String getComponentType()
getComponentType in class UIComponentTagpublic String getRendererType()
getRendererType in class UIComponentTagprotected void setProperties(UIComponent component)
setProperties in class UIComponentTagcomponent - places the attributes in the componentpublic String getFileType()
public void setFileType(String fileType)
public String getMapType()
public void setMapType(String mapType)
public String getVar()
public void setVar(String _var)
public String getPathPrefix()
public void setPathPrefix(String pathPrefix)
Copyright © 2003–2017 University of Michigan. All rights reserved.