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 voidapply(FaceletContext ctx, UIComponent parent)booleanisApplied() 
 - 
 
- 
- 
Method Detail
- 
apply
public void apply(FaceletContext ctx, UIComponent parent)
- Specified by:
 applyin interfaceFaceletHandler
 
- 
isApplied
public boolean isApplied()
 
 - 
 
 -