Class JettyProperties
- java.lang.Object
-
- org.joinfaces.autoconfigure.jetty.JettyProperties
-
@ConfigurationProperties("joinfaces.jetty") public class JettyProperties extends Object
Configuration properties of jetty.
-
-
Constructor Summary
Constructors Constructor Description JettyProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getClassPathResource()
Classpath to find jsf resources Default to META-INF/resources.int
hashCode()
void
setClassPathResource(String classPathResource)
Classpath to find jsf resources Default to META-INF/resources.String
toString()
-
-
-
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)
-
-