|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.apache.myfaces.custom.loadbundle.AbstractLoadBundle
org.apache.myfaces.custom.loadbundle.LoadBundle
public class LoadBundle
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
| Constructor Summary | |
|---|---|
LoadBundle()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBasename()
Path to the bundle-file in the class-path, e.g.: org.apache.myfaces.i18n.myprops |
java.lang.String |
getFamily()
|
java.lang.String |
getVar()
Variable this bundle will be stored under, e.g. |
void |
restoreState(javax.faces.context.FacesContext facesContext,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext facesContext)
|
void |
setBasename(java.lang.String basename)
|
void |
setVar(java.lang.String var)
|
| Methods inherited from class org.apache.myfaces.custom.loadbundle.AbstractLoadBundle |
|---|
broadcast, encodeBegin, encodeEnd, loadBundle, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, decode, encodeChildren, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, 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 |
| Methods inherited from interface javax.faces.component.StateHolder |
|---|
isTransient, setTransient |
| Field Detail |
|---|
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
| Constructor Detail |
|---|
public LoadBundle()
| Method Detail |
|---|
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic java.lang.String getBasename()
AbstractLoadBundle
getBasename in class AbstractLoadBundlepublic void setBasename(java.lang.String basename)
setBasename in class AbstractLoadBundlepublic java.lang.String getVar()
AbstractLoadBundle
getVar in class AbstractLoadBundlepublic void setVar(java.lang.String var)
setVar in class AbstractLoadBundlepublic java.lang.Object saveState(javax.faces.context.FacesContext facesContext)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBase
public void restoreState(javax.faces.context.FacesContext facesContext,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||