|
||||||||||
| 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
public abstract class AbstractXmlTransform
Transforms XML using and XSL stylesheet. Used to transform XML (from either a String or URL) using either XSLT or Velocity.
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
| Constructor Summary | |
|---|---|
AbstractXmlTransform()
|
|
| Method Summary | |
|---|---|
void |
encodeBegin(javax.faces.context.FacesContext context)
|
void |
encodeChildren(javax.faces.context.FacesContext context)
|
void |
encodeEnd(javax.faces.context.FacesContext context)
|
abstract java.lang.String |
getContent()
String containing the XML content to be transformed. |
abstract java.lang.String |
getContentLocation()
String containing the location of the XML content to be transformed. |
java.lang.Object |
getContentStream()
Value binding expression referencing an InputStream from which the XML content is to be read. |
java.lang.String |
getFamily()
|
abstract java.lang.String |
getStylesheet()
String containing the XSL information to use in the transformation. |
abstract java.lang.String |
getStylesheetLocation()
String containing the location of the XSL stylesheet to use in the transformation. |
java.lang.Object |
getStyleStream()
Value binding expression referencing an InputStream from which the XSL stylesheet is to be read. |
void |
setContentStream(java.lang.Object contentStream)
|
void |
setStyleStream(java.lang.Object styleStream)
|
| 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, 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 |
|---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
| Constructor Detail |
|---|
public AbstractXmlTransform()
| Method Detail |
|---|
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponent
public void encodeBegin(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeBegin in class javax.faces.component.UIComponentBasejava.io.IOException
public void encodeChildren(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeChildren in class javax.faces.component.UIComponentBasejava.io.IOException
public void encodeEnd(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeEnd in class javax.faces.component.UIComponentBasejava.io.IOExceptionpublic abstract java.lang.String getContent()
public abstract java.lang.String getContentLocation()
public abstract java.lang.String getStylesheet()
public void setContentStream(java.lang.Object contentStream)
public java.lang.Object getContentStream()
public abstract java.lang.String getStylesheetLocation()
public void setStyleStream(java.lang.Object styleStream)
public java.lang.Object getStyleStream()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||