@ConfigurationProperties(value="jsf.jetty")
public class JettyProperties
extends java.lang.Object
Constructor and Description |
---|
JettyProperties() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getClassPathResource()
Classpath to find jsf resources Default to META-INF/resources.
|
int |
hashCode() |
void |
setClassPathResource(java.lang.String classPathResource)
Classpath to find jsf resources Default to META-INF/resources.
|
java.lang.String |
toString() |
public java.lang.String getClassPathResource()
public void setClassPathResource(java.lang.String classPathResource)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object