net.sourceforge.smile.test
Class RendererMockObject

java.lang.Object
  extended byjavax.faces.render.Renderer
      extended bynet.sourceforge.smile.test.RendererMockObject

public class RendererMockObject
extends javax.faces.render.Renderer

Mock up object to simulate a renderer. This renderer support ALL componentTypes.


Constructor Summary
RendererMockObject()
           
 
Method Summary
 void decode(javax.faces.context.FacesContext arg0, javax.faces.component.UIComponent arg1)
           
 void encodeBegin(javax.faces.context.FacesContext arg0, javax.faces.component.UIComponent arg1)
           
 void encodeChildren(javax.faces.context.FacesContext arg0, javax.faces.component.UIComponent arg1)
           
 void encodeEnd(javax.faces.context.FacesContext arg0, javax.faces.component.UIComponent arg1)
           
 java.util.Iterator getAttributeNames(java.lang.String arg0)
           
 java.util.Iterator getAttributeNames(javax.faces.component.UIComponent arg0)
           
 java.lang.String getClientId(javax.faces.context.FacesContext arg0, javax.faces.component.UIComponent arg1)
           
 boolean supportsComponentType(java.lang.String componentType)
           
 boolean supportsComponentType(javax.faces.component.UIComponent component)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RendererMockObject

public RendererMockObject()
Method Detail

decode

public void decode(javax.faces.context.FacesContext arg0,
                   javax.faces.component.UIComponent arg1)
            throws java.io.IOException
Throws:
java.io.IOException

encodeBegin

public void encodeBegin(javax.faces.context.FacesContext arg0,
                        javax.faces.component.UIComponent arg1)
                 throws java.io.IOException
Throws:
java.io.IOException

encodeChildren

public void encodeChildren(javax.faces.context.FacesContext arg0,
                           javax.faces.component.UIComponent arg1)
                    throws java.io.IOException
Throws:
java.io.IOException

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext arg0,
                      javax.faces.component.UIComponent arg1)
               throws java.io.IOException
Throws:
java.io.IOException

getAttributeNames

public java.util.Iterator getAttributeNames(java.lang.String arg0)

getAttributeNames

public java.util.Iterator getAttributeNames(javax.faces.component.UIComponent arg0)

getClientId

public java.lang.String getClientId(javax.faces.context.FacesContext arg0,
                                    javax.faces.component.UIComponent arg1)

supportsComponentType

public boolean supportsComponentType(java.lang.String componentType)

supportsComponentType

public boolean supportsComponentType(javax.faces.component.UIComponent component)