Class MockFaceletHandler

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

    public class MockFaceletHandler
    extends java.lang.Object
    implements javax.faces.view.facelets.FaceletHandler
    Facelet Handler Mock.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent)  
      boolean isApplied()  
      • Methods inherited from class java.lang.Object

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

      • MockFaceletHandler

        public MockFaceletHandler()
    • Method Detail

      • apply

        public void apply​(javax.faces.view.facelets.FaceletContext ctx,
                          javax.faces.component.UIComponent parent)
        Specified by:
        apply in interface javax.faces.view.facelets.FaceletHandler
      • isApplied

        public boolean isApplied()