org.apache.myfaces.custom.htmlEditor
Class HtmlEditorTag

java.lang.Object
  extended byjavax.faces.webapp.UIComponentTag
      extended byorg.apache.myfaces.taglib.UIComponentTagBase
          extended byorg.apache.myfaces.custom.htmlEditor.HtmlEditorTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag

public class HtmlEditorTag
extends UIComponentTagBase

Version:
$Revision: 1.9 $ $Date: 2005/01/02 20:39:16 $ $Log: HtmlEditorTag.java,v $ Revision 1.9 2005/01/02 20:39:16 svieujot HtmlEditor can now process HTML documents and HTML fragments. Revision 1.8 2004/12/10 02:16:26 svieujot Start implementing UserRoleAware. Revision 1.7 2004/12/08 04:36:27 svieujot Cancel last *source attributes, and make style and styleClass more modular. Revision 1.6 2004/12/08 04:13:56 svieujot Add styleSource and styleClassSource for the htmlEditor source window. Revision 1.5 2004/12/04 03:26:28 svieujot Various bug fixes Revision 1.4 2004/12/04 00:40:25 svieujot htmlEditor : add style and styleClass attributes. Revision 1.3 2004/12/04 00:20:00 svieujot htmlEditor : Add a formular mode, and more sensible defaults. Revision 1.2 2004/12/03 21:59:09 svieujot Initial set of htmlEditor attributes. Revision 1.1 2004/12/02 22:28:30 svieujot Add an x:htmlEditor based on the Kupu library.
Author:
Sylvain Vieujot (latest modification by $Author: svieujot $)

Field Summary
 
Fields inherited from class javax.faces.webapp.UIComponentTag
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
HtmlEditorTag()
           
 
Method Summary
 java.lang.String getComponentType()
           
 java.lang.String getRendererType()
           
 void setAddKupuLogo(java.lang.String addKupuLogo)
           
 void setAllowEditSource(java.lang.String allowEditSource)
           
 void setEnabledOnUserRole(java.lang.String enabledOnUserRole)
           
 void setFormularMode(java.lang.String formularMode)
           
protected  void setProperties(javax.faces.component.UIComponent component)
           
 void setShowDebugToolBox(java.lang.String showDebugToolBox)
           
 void setShowImagesToolBox(java.lang.String showImagesToolBox)
           
 void setShowLinksToolBox(java.lang.String showLinksToolBox)
           
 void setShowPropertiesToolBox(java.lang.String showPropertiesToolBox)
           
 void setShowTablesToolBox(java.lang.String showTablesToolBox)
           
 void setStyle(java.lang.String style)
           
 void setStyleClass(java.lang.String styleClass)
           
 void setType(java.lang.String type)
           
 void setVisibleOnUserRole(java.lang.String visibleOnUserRole)
           
 
Methods inherited from class org.apache.myfaces.taglib.UIComponentTagBase
setActionListenerProperty, setActionProperty, setBooleanProperty, setConverter, setIntegerProperty, setStringProperty, setTransient, setValidatorProperty, setValue, setValueBinding, setValueChangedListenerProperty
 
Methods inherited from class javax.faces.webapp.UIComponentTag
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, release, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlEditorTag

public HtmlEditorTag()
Method Detail

setProperties

protected void setProperties(javax.faces.component.UIComponent component)
Overrides:
setProperties in class UIComponentTagBase

getComponentType

public java.lang.String getComponentType()

getRendererType

public java.lang.String getRendererType()

setStyle

public void setStyle(java.lang.String style)

setStyleClass

public void setStyleClass(java.lang.String styleClass)

setType

public void setType(java.lang.String type)

setFormularMode

public void setFormularMode(java.lang.String formularMode)

setAllowEditSource

public void setAllowEditSource(java.lang.String allowEditSource)

setAddKupuLogo

public void setAddKupuLogo(java.lang.String addKupuLogo)

setShowPropertiesToolBox

public void setShowPropertiesToolBox(java.lang.String showPropertiesToolBox)

setShowLinksToolBox

public void setShowLinksToolBox(java.lang.String showLinksToolBox)

setShowImagesToolBox

public void setShowImagesToolBox(java.lang.String showImagesToolBox)

setShowTablesToolBox

public void setShowTablesToolBox(java.lang.String showTablesToolBox)

setShowDebugToolBox

public void setShowDebugToolBox(java.lang.String showDebugToolBox)

setEnabledOnUserRole

public void setEnabledOnUserRole(java.lang.String enabledOnUserRole)

setVisibleOnUserRole

public void setVisibleOnUserRole(java.lang.String visibleOnUserRole)