Class ButterfacesProperties.Integration
- java.lang.Object
 - 
- org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Integration
 
 
- 
- Enclosing class:
 - ButterfacesProperties
 
public static class ButterfacesProperties.Integration extends java.lang.ObjectIntegration class of primefaces properties. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classButterfacesProperties.Integration.PrimefacesPrimefaces class of disableJQuery properties. 
- 
Constructor Summary
Constructors Constructor Description Integration() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)ButterfacesProperties.Integration.PrimefacesgetPrimefaces()inthashCode()java.lang.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getPrimefaces
public ButterfacesProperties.Integration.Primefaces getPrimefaces()
 
- 
equals
public boolean equals(java.lang.Object o)
- Overrides:
 equalsin classjava.lang.Object
 
- 
canEqual
protected boolean canEqual(java.lang.Object other)
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -