org.books.view.component
Class MessageIcon

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIMessage
              extended by org.books.view.component.MessageIcon
All Implemented Interfaces:
javax.faces.component.StateHolder

public class MessageIcon
extends javax.faces.component.UIMessage

CAS Enterprise Application Development mit Java EE (EADJ) - 2007
Modul: Web-Tier (JSF)
Beschreibung:
Diese Klasse rendert die Werte des message icon -Tags fuer die Ausgabe in der Java Server Page (tag library).

Copyright (c) 2007 bouquet dot ch, 3032 Hinterkappelen. All rights reseved.

Version:
1.0 - 15.05.2007
Author:
Marc Bouquet ( marc at bouquet dot ch, Switzerland )
See Also:
@link{javax.faces.component.UIMessage}

Field Summary
static java.lang.String COMPONENT_TYPE
          The identifier od the component.
 
Fields inherited from class javax.faces.component.UIMessage
COMPONENT_FAMILY
 
Fields inherited from class javax.faces.component.UIComponent
bindings
 
Constructor Summary
MessageIcon()
          Default constructor Set the renderer type
 
Method Summary
 void encodeBegin(javax.faces.context.FacesContext context)
          Renders the message icon to the response.
 
Methods inherited from class javax.faces.component.UIMessage
getFamily, getFor, isShowDetail, isShowSummary, restoreState, saveState, setFor, setShowDetail, setShowSummary
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getContainerClientId, getValueExpression, setValueExpression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
The identifier od the component.

See Also:
Constant Field Values
Constructor Detail

MessageIcon

public MessageIcon()
Default constructor Set the renderer type

Method Detail

encodeBegin

public void encodeBegin(javax.faces.context.FacesContext context)
                 throws java.io.IOException
Renders the message icon to the response.

Overrides:
encodeBegin in class javax.faces.component.UIComponentBase
Parameters:
context - FacesContext
Throws:
java.io.IOException


Copyright © 2007 - bouquet dot ch, 3032 Hinterkappelen. All Rights Reserved.