Package org.joinfaces.test.mock
Class MockFaceletHandler
- java.lang.Object
-
- org.joinfaces.test.mock.MockFaceletHandler
-
- All Implemented Interfaces:
FaceletHandler
public class MockFaceletHandler extends Object implements FaceletHandler
Facelet Handler Mock.
-
-
Constructor Summary
Constructors Constructor Description MockFaceletHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(FaceletContext ctx, UIComponent parent)
boolean
isApplied()
-
-
-
Method Detail
-
apply
public void apply(FaceletContext ctx, UIComponent parent)
- Specified by:
apply
in interfaceFaceletHandler
-
isApplied
public boolean isApplied()
-
-