Class UndertowProperties
- java.lang.Object
- 
- org.joinfaces.autoconfigure.undertow.UndertowProperties
 
- 
 @ConfigurationProperties("joinfaces.undertow") public class UndertowProperties extends Object Configuration properties of Undertow.
- 
- 
Constructor SummaryConstructors Constructor Description UndertowProperties()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetClassPathResource()Classpath to find jsf resources Default to META-INF/resources.inthashCode()voidsetClassPathResource(String classPathResource)Classpath to find jsf resources Default to META-INF/resources.StringtoString()
 
- 
- 
- 
Method Detail- 
getClassPathResourcepublic String getClassPathResource() Classpath to find jsf resources Default to META-INF/resources.
 - 
setClassPathResourcepublic void setClassPathResource(String classPathResource) Classpath to find jsf resources Default to META-INF/resources.
 - 
canEqualprotected boolean canEqual(Object other) 
 
- 
 
-