Nuxeo Enterprise Platform 5.4

org.nuxeo.theme.jsf.component
Class UIBaseMVC

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by org.nuxeo.theme.jsf.component.UIBaseMVC
All Implemented Interfaces:
javax.faces.component.StateHolder, javax.faces.component.ValueHolder
Direct Known Subclasses:
UIController, UIModel, UIView

public abstract class UIBaseMVC
extends javax.faces.component.UIOutput


Field Summary
 
Fields inherited from class javax.faces.component.UIOutput
COMPONENT_FAMILY, COMPONENT_TYPE
 
Constructor Summary
UIBaseMVC()
           
 
Method Summary
 void encodeBegin(javax.faces.context.FacesContext context)
           
abstract  java.lang.String getClassName()
           
 java.lang.String getResource()
           
 java.lang.String getUrl()
           
 void setResource(java.lang.String resource)
           
 void setUrl(java.lang.String url)
           
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getFamily, getLocalValue, getValue, restoreState, saveState, setConverter, setValue
 
Methods inherited from class javax.faces.component.UIComponentBase
broadcast, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIBaseMVC

public UIBaseMVC()
Method Detail

getClassName

public abstract java.lang.String getClassName()

encodeBegin

public void encodeBegin(javax.faces.context.FacesContext context)
                 throws java.io.IOException
Overrides:
encodeBegin in class javax.faces.component.UIComponentBase
Throws:
java.io.IOException

getResource

public java.lang.String getResource()

setResource

public void setResource(java.lang.String resource)

getUrl

public java.lang.String getUrl()

setUrl

public void setUrl(java.lang.String url)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.