|
||||||||||
| 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.transform.AbstractXmlTransform
org.apache.myfaces.custom.transform.XmlTransform
public class XmlTransform
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
| Constructor Summary | |
|---|---|
XmlTransform()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getContent()
String containing the XML content to be transformed. |
java.lang.String |
getContentLocation()
String containing the location of the XML content to be transformed. |
java.lang.String |
getFamily()
|
java.lang.String |
getStylesheet()
String containing the XSL information to use in the transformation. |
java.lang.String |
getStylesheetLocation()
String containing the location of the XSL stylesheet to use in the transformation. |
void |
restoreState(javax.faces.context.FacesContext facesContext,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext facesContext)
|
void |
setContent(java.lang.String content)
|
void |
setContentLocation(java.lang.String contentLocation)
|
void |
setStylesheet(java.lang.String stylesheet)
|
void |
setStylesheetLocation(java.lang.String stylesheetLocation)
|
| Methods inherited from class org.apache.myfaces.custom.transform.AbstractXmlTransform |
|---|
encodeBegin, encodeChildren, encodeEnd, getContentStream, getStyleStream, setContentStream, setStyleStream |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, decode, 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 |
| Field Detail |
|---|
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
| Constructor Detail |
|---|
public XmlTransform()
| Method Detail |
|---|
public java.lang.String getFamily()
getFamily in class AbstractXmlTransformpublic java.lang.String getContent()
AbstractXmlTransform
getContent in class AbstractXmlTransformpublic void setContent(java.lang.String content)
public java.lang.String getContentLocation()
AbstractXmlTransform
getContentLocation in class AbstractXmlTransformpublic void setContentLocation(java.lang.String contentLocation)
public java.lang.String getStylesheet()
AbstractXmlTransform
getStylesheet in class AbstractXmlTransformpublic void setStylesheet(java.lang.String stylesheet)
public java.lang.String getStylesheetLocation()
AbstractXmlTransform
getStylesheetLocation in class AbstractXmlTransformpublic void setStylesheetLocation(java.lang.String stylesheetLocation)
public 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 | |||||||||