Class CodeMirrorHandler

  • All Implemented Interfaces:
    javax.faces.view.facelets.FaceletHandler

    public class CodeMirrorHandler
    extends javax.faces.view.facelets.ComponentHandler
    ComponentHandler for the CodeMirror component.
    Since:
    0.3
    Version:
    $Revision$
    Author:
    Thomas Andraschko / last modified by $Author$
    • Field Summary

      • Fields inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler

        delegateFactory
      • Fields inherited from class javax.faces.view.facelets.TagHandler

        nextHandler, tag, tagId
    • Constructor Summary

      Constructors 
      Constructor Description
      CodeMirrorHandler​(javax.faces.view.facelets.ComponentConfig config)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected javax.faces.view.facelets.MetaRuleset createMetaRuleset​(java.lang.Class type)  
      • Methods inherited from class javax.faces.view.facelets.ComponentHandler

        createComponent, getComponentConfig, getTagHandlerDelegate, isNew, onComponentCreated, onComponentPopulated
      • Methods inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler

        apply, applyNextHandler, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
      • Methods inherited from class javax.faces.view.facelets.TagHandler

        getAttribute, getRequiredAttribute, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CodeMirrorHandler

        public CodeMirrorHandler​(javax.faces.view.facelets.ComponentConfig config)
    • Method Detail

      • createMetaRuleset

        protected javax.faces.view.facelets.MetaRuleset createMetaRuleset​(java.lang.Class type)
        Overrides:
        createMetaRuleset in class javax.faces.view.facelets.DelegatingMetaTagHandler