|
||||||||||
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
Nested Class Summary | |
---|---|
protected static class |
XmlTransform.PropertyKeys
|
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
Fields inherited from class javax.faces.component.UIComponent |
---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
Constructor Summary | |
---|---|
XmlTransform()
|
Method Summary | |
---|---|
String |
getContent()
String containing the XML content to be transformed. |
String |
getContentLocation()
String containing the location of the XML content to be transformed. |
String |
getFamily()
|
String |
getStylesheet()
String containing the XSL information to use in the transformation. |
String |
getStylesheetLocation()
String containing the location of the XSL stylesheet to use in the transformation. |
void |
setContent(String content)
|
void |
setContentLocation(String contentLocation)
|
void |
setStylesheet(String stylesheet)
|
void |
setStylesheetLocation(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 |
---|
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTree |
Methods inherited from class javax.faces.component.UIComponent |
---|
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
Constructor Detail |
---|
public XmlTransform()
Method Detail |
---|
public String getFamily()
getFamily
in class AbstractXmlTransform
public String getContent()
AbstractXmlTransform
getContent
in class AbstractXmlTransform
public void setContent(String content)
public String getContentLocation()
AbstractXmlTransform
getContentLocation
in class AbstractXmlTransform
public void setContentLocation(String contentLocation)
public String getStylesheet()
AbstractXmlTransform
getStylesheet
in class AbstractXmlTransform
public void setStylesheet(String stylesheet)
public String getStylesheetLocation()
AbstractXmlTransform
getStylesheetLocation
in class AbstractXmlTransform
public void setStylesheetLocation(String stylesheetLocation)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |