Class UndertowProperties
- java.lang.Object
 - 
- org.joinfaces.autoconfigure.undertow.UndertowProperties
 
 
- 
@ConfigurationProperties("joinfaces.undertow") public class UndertowProperties extends Object
Configuration properties of Undertow. 
- 
- 
Constructor Summary
Constructors Constructor Description UndertowProperties() 
- 
Method Summary
All 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
- 
getClassPathResource
public String getClassPathResource()
Classpath to find jsf resources Default to META-INF/resources. 
- 
setClassPathResource
public void setClassPathResource(String classPathResource)
Classpath to find jsf resources Default to META-INF/resources. 
- 
canEqual
protected boolean canEqual(Object other)
 
 - 
 
 -