Class JettyProperties
- java.lang.Object
- 
- org.joinfaces.autoconfigure.jetty.JettyProperties
 
- 
 @ConfigurationProperties("joinfaces.jetty") public class JettyProperties extends Object Configuration properties of jetty.
- 
- 
Constructor SummaryConstructors Constructor Description JettyProperties()
 - 
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) 
 
- 
 
-