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