com.sun.rave.poweredby.enterprise
Class PoweredByEnterprise

java.lang.Object
  extended byjavax.faces.component.UIComponent
      extended byjavax.faces.component.UIComponentBase
          extended bycom.sun.rave.poweredby.PoweredBy
              extended bycom.sun.rave.poweredby.creator.PoweredByCreator
                  extended bycom.sun.rave.poweredby.enterprise.PoweredByEnterprise
All Implemented Interfaces:
javax.faces.component.StateHolder

public class PoweredByEnterprise
extends PoweredByCreator


Field Summary
 
Fields inherited from class com.sun.rave.poweredby.PoweredBy
COMPONENT_FAMILY, RENDERER_TYPE
 
Constructor Summary
PoweredByEnterprise()
           
 
Method Summary
protected  java.lang.String getDestinationUrl()
          Get the destination URL.
protected  java.lang.String getImageAlt()
          Get the image alt text.
protected  int getImageHeight()
          Get the image height.
protected  java.lang.String getImageJarPath()
          Get the relative image URL within the jar.
protected  int getImageWidth()
          Get the image width.
 
Methods inherited from class com.sun.rave.poweredby.creator.PoweredByCreator
isRounded, isTall, restoreState, saveState, setRounded, setTall
 
Methods inherited from class com.sun.rave.poweredby.PoweredBy
getBundle, getFamily, getStyle, getStyleClass, setStyle, setStyleClass
 
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

PoweredByEnterprise

public PoweredByEnterprise()
Method Detail

getImageJarPath

protected java.lang.String getImageJarPath()
Description copied from class: PoweredBy

Get the relative image URL within the jar.

Overrides:
getImageJarPath in class PoweredByCreator

getDestinationUrl

protected java.lang.String getDestinationUrl()

Get the destination URL.

Overrides:
getDestinationUrl in class PoweredByCreator

getImageWidth

protected int getImageWidth()

Get the image width.

Overrides:
getImageWidth in class PoweredByCreator

getImageHeight

protected int getImageHeight()

Get the image height.

Overrides:
getImageHeight in class PoweredByCreator

getImageAlt

protected java.lang.String getImageAlt()

Get the image alt text.

Overrides:
getImageAlt in class PoweredByCreator