com.sun.rave.poweredby
Class PoweredBy

java.lang.Object
  extended byjavax.faces.component.UIComponent
      extended byjavax.faces.component.UIComponentBase
          extended bycom.sun.rave.poweredby.PoweredBy
All Implemented Interfaces:
javax.faces.component.StateHolder
Direct Known Subclasses:
PoweredByCreator

public abstract class PoweredBy
extends javax.faces.component.UIComponentBase


Field Summary
static java.lang.String COMPONENT_FAMILY
          The standard component family for this component.
static java.lang.String RENDERER_TYPE
          The standard renderer type for this component.
 
Constructor Summary
PoweredBy()
           
 
Method Summary
protected  java.util.ResourceBundle getBundle()
           
protected abstract  java.lang.String getDestinationUrl()
          Get the destination URL.
 java.lang.String getFamily()
          Return the component family for this component.
protected abstract  java.lang.String getImageAlt()
          Get the image alt text.
protected abstract  int getImageHeight()
          Get the image height.
protected abstract  java.lang.String getImageJarPath()
          Get the relative image URL within the jar.
protected abstract  int getImageWidth()
          Get the image width.
 java.lang.String getStyle()
          CSS style(s) to be applied when this component is rendered.
 java.lang.String getStyleClass()
          CSS style class(es) to be applied when this component is rendered.
 void setStyle(java.lang.String style)
          CSS style(s) to be applied when this component is rendered.
 void setStyleClass(java.lang.String styleClass)
          CSS style class(es) to be applied when this component is rendered.
 
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, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY

The standard component family for this component.

See Also:
Constant Field Values

RENDERER_TYPE

public static final java.lang.String RENDERER_TYPE

The standard renderer type for this component.

See Also:
Constant Field Values
Constructor Detail

PoweredBy

public PoweredBy()
Method Detail

getFamily

public java.lang.String getFamily()

Return the component family for this component.


getStyle

public java.lang.String getStyle()

CSS style(s) to be applied when this component is rendered.


setStyle

public void setStyle(java.lang.String style)

CSS style(s) to be applied when this component is rendered.

See Also:
getStyle()

getStyleClass

public java.lang.String getStyleClass()

CSS style class(es) to be applied when this component is rendered.


setStyleClass

public void setStyleClass(java.lang.String styleClass)

CSS style class(es) to be applied when this component is rendered.

See Also:
getStyleClass()

getBundle

protected java.util.ResourceBundle getBundle()

getImageJarPath

protected abstract java.lang.String getImageJarPath()

Get the relative image URL within the jar.


getDestinationUrl

protected abstract java.lang.String getDestinationUrl()

Get the destination URL.


getImageWidth

protected abstract int getImageWidth()

Get the image width.


getImageHeight

protected abstract int getImageHeight()

Get the image height.


getImageAlt

protected abstract java.lang.String getImageAlt()

Get the image alt text.