org.apache.myfaces.html5.renderkit.animation
Class AnimationsRenderer
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.html5.renderkit.animation.AnimationsRenderer
- All Implemented Interfaces:
- EventListener, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener
@JSFRenderer(renderKitId="HTML_BASIC",
family="org.apache.myfaces.Animations",
type="org.apache.myfaces.html5.Animations")
public class AnimationsRenderer- extends javax.faces.render.Renderer
- implements javax.faces.event.ComponentSystemEventListener
|
Method Summary |
void |
encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
|
void |
encodeChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
|
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
|
protected String |
getAnimationDefinition(javax.faces.context.FacesContext facesContext,
AbstractAnimations component)
|
boolean |
getRendersChildren()
|
void |
processEvent(javax.faces.event.ComponentSystemEvent event)
|
| Methods inherited from class javax.faces.render.Renderer |
convertClientId, decode, getConvertedValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnimationsRenderer
public AnimationsRenderer()
getRendersChildren
public boolean getRendersChildren()
- Overrides:
getRendersChildren in class javax.faces.render.Renderer
encodeBegin
public void encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
- Overrides:
encodeBegin in class javax.faces.render.Renderer
- Throws:
IOException
encodeChildren
public void encodeChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
- Overrides:
encodeChildren in class javax.faces.render.Renderer
- Throws:
IOException
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
- Overrides:
encodeEnd in class javax.faces.render.Renderer
- Throws:
IOException
getAnimationDefinition
protected String getAnimationDefinition(javax.faces.context.FacesContext facesContext,
AbstractAnimations component)
processEvent
public void processEvent(javax.faces.event.ComponentSystemEvent event)
- Specified by:
processEvent in interface javax.faces.event.ComponentSystemEventListener
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.