org.apache.myfaces.examples.graphicImageDynamic
Class GraphicImageDynamicTextBean
java.lang.Object
org.apache.myfaces.examples.graphicImageDynamic.GraphicImageDynamicTextBean
- All Implemented Interfaces:
- org.apache.myfaces.custom.graphicimagedynamic.ImageRenderer, org.apache.myfaces.custom.dynamicResources.ResourceRenderer
- public class GraphicImageDynamicTextBean
- extends java.lang.Object
- implements org.apache.myfaces.custom.graphicimagedynamic.ImageRenderer
- Author:
- Mathias Broekelmann
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphicImageDynamicTextBean
public GraphicImageDynamicTextBean()
getText
public java.lang.String getText()
setText
public void setText(java.lang.String text)
setContext
public void setContext(javax.faces.context.FacesContext facesContext,
org.apache.myfaces.custom.dynamicResources.ResourceContext resourceContext)
throws java.io.IOException
- Specified by:
setContext in interface org.apache.myfaces.custom.dynamicResources.ResourceRenderer
- Throws:
java.io.IOException
getImageRenderer
public java.lang.Class getImageRenderer()
getContentType
public java.lang.String getContentType()
- Specified by:
getContentType in interface org.apache.myfaces.custom.dynamicResources.ResourceRenderer
- See Also:
ResourceRenderer.getContentType()
getContentLength
public int getContentLength()
- Specified by:
getContentLength in interface org.apache.myfaces.custom.dynamicResources.ResourceRenderer
- See Also:
ResourceRenderer.getContentLength()
renderResource
public void renderResource(javax.faces.context.ResponseStream out)
throws java.io.IOException
- Specified by:
renderResource in interface org.apache.myfaces.custom.dynamicResources.ResourceRenderer
- Throws:
java.io.IOException- See Also:
org.apache.myfaces.custom.graphicimagedynamic.ImageRenderer#renderImage(javax.faces.context.FacesContext, org.apache.myfaces.custom.graphicimagedynamic.ImageContext, java.io.OutputStream)
Copyright © 2007 Apache Software Foundation. All Rights Reserved.