org.apache.struts.faces.component
Class MessageComponent

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by org.apache.struts.faces.component.MessageComponent
All Implemented Interfaces:
javax.faces.component.StateHolder, javax.faces.component.ValueHolder

public class MessageComponent
extends javax.faces.component.UIOutput

Custom component that replaces the Struts <html:message> tag.


Field Summary
 
Fields inherited from class javax.faces.component.UIOutput
COMPONENT_FAMILY, COMPONENT_TYPE
 
Constructor Summary
MessageComponent()
          Create a new MessageComponent with default properties.
 
Method Summary
 String getBundle()
          Return the MessageResources key.
 String getFamily()
          Return the component family to which this component belongs.
 String getKey()
          Return the message key.
 String getStyle()
          Return the CSS style(s) to be rendered for this component.
 String getStyleClass()
          Return the CSS style class(es) to be rendered for this component.
 boolean isFilter()
          Return a flag indicating whether filtering should take place.
 void restoreState(javax.faces.context.FacesContext context, Object state)
          Restore the state of this component.
 Object saveState(javax.faces.context.FacesContext context)
          Save the state of this component.
 void setBundle(String bundle)
          Set the MessageResources key.
 void setFilter(boolean filter)
          Set the flag indicating that the output value should be filtered.
 void setKey(String key)
          Set the message key.
 void setStyle(String style)
          Set the CSS style(s) to be rendered for this component.
 void setStyleClass(String styleClass)
          Set the CSS style class(es) to be rendered for this component.
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getLocalValue, getValue, setConverter, setValue
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageComponent

public MessageComponent()

Create a new MessageComponent with default properties.

Method Detail

getBundle

public String getBundle()

Return the MessageResources key.


setBundle

public void setBundle(String bundle)

Set the MessageResources key.

Parameters:
bundle - The new key

getFamily

public String getFamily()

Return the component family to which this component belongs.

Overrides:
getFamily in class javax.faces.component.UIOutput

isFilter

public boolean isFilter()

Return a flag indicating whether filtering should take place.


setFilter

public void setFilter(boolean filter)

Set the flag indicating that the output value should be filtered.

Parameters:
filter - The new filter flag

getKey

public String getKey()

Return the message key.


setKey

public void setKey(String key)

Set the message key.

Parameters:
key - The new key

getStyle

public String getStyle()

Return the CSS style(s) to be rendered for this component.


setStyle

public void setStyle(String style)

Set the CSS style(s) to be rendered for this component.

Parameters:
style - The new CSS style(s)

getStyleClass

public String getStyleClass()

Return the CSS style class(es) to be rendered for this component.


setStyleClass

public void setStyleClass(String styleClass)

Set the CSS style class(es) to be rendered for this component.

Parameters:
styleClass - The new CSS style class(es)

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         Object state)

Restore the state of this component.

Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class javax.faces.component.UIOutput
Parameters:
context - FacesContext for the current request
state - State object from which to restore our state

saveState

public Object saveState(javax.faces.context.FacesContext context)

Save the state of this component.

Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class javax.faces.component.UIOutput
Parameters:
context - FacesContext for the current request


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.