|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.render.Renderer org.apache.cocoon.faces.samples.components.renderkit.BaseRenderer org.apache.cocoon.faces.samples.components.renderkit.MapRenderer
public class MapRenderer
Renderer for MapComponent
in an HTML environment.
Field Summary |
---|
Fields inherited from class org.apache.cocoon.faces.samples.components.renderkit.BaseRenderer |
---|
BUNDLE_ATTR |
Constructor Summary | |
---|---|
MapRenderer()
|
Method Summary | |
---|---|
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Decode the incoming request parameters to determine which hotspot (if any) has been selected. |
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Encode the beginning of this component. |
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Encode the children of this component. |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Encode the ending of this component. |
Methods inherited from class org.apache.cocoon.faces.samples.components.renderkit.BaseRenderer |
---|
convertClientId, encodeRecursive |
Methods inherited from class javax.faces.render.Renderer |
---|
getConvertedValue, getRendersChildren |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapRenderer()
Method Detail |
---|
public void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
Decode the incoming request parameters to determine which hotspot (if any) has been selected.
decode
in class javax.faces.render.Renderer
context
- FacesContext
for the current requestcomponent
- UIComponent
to be decodedpublic void encodeBegin(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
Encode the beginning of this component.
encodeBegin
in class javax.faces.render.Renderer
context
- FacesContext
for the current requestcomponent
- UIComponent
to be decoded
IOException
public void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
Encode the children of this component.
encodeChildren
in class javax.faces.render.Renderer
context
- FacesContext
for the current requestcomponent
- UIComponent
to be decoded
IOException
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
Encode the ending of this component.
encodeEnd
in class javax.faces.render.Renderer
context
- FacesContext
for the current requestcomponent
- UIComponent
to be decoded
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |