|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.render.Renderer
com.esri.adf.web.faces.renderkit.xml.MapRenderer
public class MapRenderer
A renderer for the MapControl. Generates an XML representation of the control and then uses XSLT to
transform it to the required markup.
| Field Summary | |
|---|---|
static java.lang.String |
COORDS_SUFFIX
The coords request parameter representing a '|' delimited x-y pairs of screen coordinates. |
static java.lang.String |
MAP_COORDS_SUFFIX
The coords request parameter representing a '|' delimited x-y pairs of map coordinates. |
static java.lang.String |
MAP_MAX_X_SUFFIX
The maxx request parameter representing the x-coordinate of the bottom right corner of a rectangle in map coordinates. |
static java.lang.String |
MAP_MAX_Y_SUFFIX
The maxy request parameter representing the y-coordinate of the bottom right corner of a rectangle in map coordinates. |
static java.lang.String |
MAP_MIN_X_SUFFIX
The minx request parameter representing the x-coordinate of the top left corner of a rectangle or of a point in map coordinates. |
static java.lang.String |
MAP_MIN_Y_SUFFIX
The miny request parameter representing the y-coordinate of the top left corner of a rectangle or of a point in map coordinates. |
static java.lang.String |
MAX_X_SUFFIX
The maxx request parameter representing the x-coordinate of the bottom right corner of a rectangle. |
static java.lang.String |
MAX_Y_SUFFIX
The maxy request parameter representing the y-coordinate of the bottom right corner of a rectangle. |
static java.lang.String |
MIN_X_SUFFIX
The minx request parameter representing the x-coordinate of the top left corner of a rectangle or of a point. |
static java.lang.String |
MIN_Y_SUFFIX
The miny request parameter representing the y-coordinate of the top left corner of a rectangle or of a point. |
| Constructor Summary | |
|---|---|
MapRenderer()
|
|
| Method Summary | |
|---|---|
void |
decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
Determines if the associated map has to handle this event. |
void |
encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
Begin the encoding of a given context. |
void |
encodeChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
Encodes the children of a given context. |
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
Generates an XML representation of the MapControl and then encodes using XSLT to transform to the required
markup. |
| Methods inherited from class javax.faces.render.Renderer |
|---|
convertClientId, getConvertedValue, getRendersChildren |
| 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 MIN_X_SUFFIX
public static final java.lang.String MIN_Y_SUFFIX
public static final java.lang.String MAX_X_SUFFIX
public static final java.lang.String MAX_Y_SUFFIX
public static final java.lang.String MAP_MIN_X_SUFFIX
public static final java.lang.String MAP_MIN_Y_SUFFIX
public static final java.lang.String MAP_MAX_X_SUFFIX
public static final java.lang.String MAP_MAX_Y_SUFFIX
public static final java.lang.String COORDS_SUFFIX
public static final java.lang.String MAP_COORDS_SUFFIX
| Constructor Detail |
|---|
public MapRenderer()
| Method Detail |
|---|
public void decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
decode in class javax.faces.render.RendererfacesContext - the FacesContextcomponent - the JSF component
public void encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
MapControl and then encodes using XSLT to transform to the required
markup.
encodeEnd in class javax.faces.render.RendererfacesContext - the FacesContextcomponent - the JSF component
public void encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
encodeBegin in class javax.faces.render.RendererfacesContext - the FacesContextcomponent - the JSF component
public void encodeChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
encodeChildren in class javax.faces.render.RendererfacesContext - the FacesContextcomponent - the JSF component
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||