com.sun.j2ee.blueprints.ui.mapviewer
Class MapTag
java.lang.Object
javax.faces.webapp.UIComponentTag
com.sun.j2ee.blueprints.ui.util.AbstractUIComponentTag
com.sun.j2ee.blueprints.ui.mapviewer.MapTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
public class MapTag
- extends AbstractUIComponentTag
Custom tag for the MapComponent
component.
Fields inherited from class javax.faces.webapp.UIComponentTag |
pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Method Summary |
java.lang.String |
getComponentType()
Gets the type of the component associated wit hthe tag. |
java.lang.String |
getRendererType()
Gets the type of the renderer that will render this tag. |
void |
release()
Releases resources allocated during the execution of this tag handler. |
void |
setCenter(java.lang.String center)
|
void |
setDraggingEnabled(java.lang.String draggingEnabled)
|
void |
setInfo(java.lang.String info)
|
void |
setKey(java.lang.String key)
|
void |
setMapControls(java.lang.String mapControls)
|
void |
setMarkers(java.lang.String markers)
|
protected void |
setProperties(javax.faces.component.UIComponent component)
Sets the properties of the specified component. |
void |
setStyle(java.lang.String style)
|
void |
setStyleClass(java.lang.String styleClass)
|
void |
setTypeControls(java.lang.String typeControls)
|
void |
setZoomLevel(java.lang.String zoomLevel)
|
Methods inherited from class javax.faces.webapp.UIComponentTag |
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapTag
public MapTag()
setCenter
public void setCenter(java.lang.String center)
setDraggingEnabled
public void setDraggingEnabled(java.lang.String draggingEnabled)
setInfo
public void setInfo(java.lang.String info)
setKey
public void setKey(java.lang.String key)
setMapControls
public void setMapControls(java.lang.String mapControls)
setMarkers
public void setMarkers(java.lang.String markers)
setStyle
public void setStyle(java.lang.String style)
- Overrides:
setStyle
in class AbstractUIComponentTag
setStyleClass
public void setStyleClass(java.lang.String styleClass)
- Overrides:
setStyleClass
in class AbstractUIComponentTag
setTypeControls
public void setTypeControls(java.lang.String typeControls)
setZoomLevel
public void setZoomLevel(java.lang.String zoomLevel)
getComponentType
public java.lang.String getComponentType()
- Gets the type of the component associated wit hthe tag.
- Specified by:
getComponentType
in class AbstractUIComponentTag
- Returns:
- the name of the component type
getRendererType
public java.lang.String getRendererType()
- Gets the type of the renderer that will render this tag.
- Specified by:
getRendererType
in class AbstractUIComponentTag
- Returns:
- the type of the renderer that renders this tag
release
public void release()
- Releases resources allocated during the execution of this tag handler.
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class AbstractUIComponentTag
setProperties
protected void setProperties(javax.faces.component.UIComponent component)
- Sets the properties of the specified component.
- Overrides:
setProperties
in class AbstractUIComponentTag
- Parameters:
component
- the component associated with this tag