org.deegree.wpsclient.gui.component
Class LiteralInputRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
          extended by com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer
              extended by com.sun.faces.renderkit.html_basic.MenuRenderer
                  extended by org.deegree.wpsclient.gui.component.LiteralInputRenderer

public class LiteralInputRenderer
extends com.sun.faces.renderkit.html_basic.MenuRenderer

LiteralInputRenderer renderes a HtmlLiteralInput form element.

Version:
$Revision: $, $Date: $
Author:
Lyn Buesching, last edited by: $Author: lyn $

Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.OptionComponentInfo, com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.Param
 
Field Summary
 
Fields inherited from class com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
EMPTY_PARAMS, logger
 
Constructor Summary
LiteralInputRenderer()
           
 
Method Summary
 void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 void encodeBegin(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 Object getConvertedValue(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object submittedValue)
           
protected  Object getCurrentSelectedValues(javax.faces.component.UIComponent component)
           
protected  String getCurrentValue(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
protected  Object[] getSubmittedSelectedValues(javax.faces.component.UIComponent component)
           
 
Methods inherited from class com.sun.faces.renderkit.html_basic.MenuRenderer
bestGuess, cloneValue, coerceToModelType, containsaValue, convertSelectManyValue, convertSelectManyValues, convertSelectManyValuesForModel, convertSelectOneValue, createCollection, createCollectionFromHint, getMultipleText, isHideNoSelection, isSelected, renderOption, renderOptions, renderSelect, writeDefaultSize
 
Methods inherited from class com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer
getNonOnChangeBehaviors, getNonOnClickSelectBehaviors, getValue, setSubmittedValue
 
Methods inherited from class com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
augmentIdReference, convertClientId, decodeBehaviors, encodeRecursive, getBehaviorParameters, getChildren, getEndTextToRender, getFacet, getForComponent, getFormattedValue, getFormattedValue, getMessageIter, getParamList, getPassThruBehaviors, getRendersChildren, isBehaviorSource, rendererParamsNotNull, shouldDecode, shouldEncode, shouldEncodeChildren, shouldWriteIdAttribute, writeIdAttributeIfNecessary
 
Methods inherited from class javax.faces.render.Renderer
encodeChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiteralInputRenderer

public LiteralInputRenderer()
Method Detail

decode

public void decode(javax.faces.context.FacesContext context,
                   javax.faces.component.UIComponent component)
Overrides:
decode in class com.sun.faces.renderkit.html_basic.MenuRenderer

encodeBegin

public void encodeBegin(javax.faces.context.FacesContext context,
                        javax.faces.component.UIComponent component)
                 throws IOException
Overrides:
encodeBegin in class com.sun.faces.renderkit.html_basic.MenuRenderer
Throws:
IOException

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext context,
                      javax.faces.component.UIComponent component)
               throws IOException
Overrides:
encodeEnd in class com.sun.faces.renderkit.html_basic.MenuRenderer
Throws:
IOException

getCurrentSelectedValues

protected Object getCurrentSelectedValues(javax.faces.component.UIComponent component)
Overrides:
getCurrentSelectedValues in class com.sun.faces.renderkit.html_basic.MenuRenderer

getSubmittedSelectedValues

protected Object[] getSubmittedSelectedValues(javax.faces.component.UIComponent component)
Overrides:
getSubmittedSelectedValues in class com.sun.faces.renderkit.html_basic.MenuRenderer

getConvertedValue

public Object getConvertedValue(javax.faces.context.FacesContext context,
                                javax.faces.component.UIComponent component,
                                Object submittedValue)
                         throws javax.faces.convert.ConverterException
Overrides:
getConvertedValue in class com.sun.faces.renderkit.html_basic.MenuRenderer
Throws:
javax.faces.convert.ConverterException

getCurrentValue

protected String getCurrentValue(javax.faces.context.FacesContext context,
                                 javax.faces.component.UIComponent component)
Overrides:
getCurrentValue in class com.sun.faces.renderkit.html_basic.HtmlBasicRenderer


Copyright © 2011. All Rights Reserved.