@ConfigurationProperties(prefix="jsf") public class JavaxFaces2_2Properties extends java.lang.Object implements ServletContextInitParameterProperties
Configuration properties
for JSF 2.0.
JavaxFaces standard properties.
Taken from
https://javaserverfaces.java.net/docs/2.2/javadocs/constant-values.htmlModifier and Type | Class and Description |
---|---|
static class |
JavaxFaces2_2Properties.Flow
Flow class for nullFlow parameter.
|
static class |
JavaxFaces2_2Properties.Partial
Partial class for execute, render and resetValues parameters.
|
Constructor and Description |
---|
JavaxFaces2_2Properties() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getClientWindowMode()
The context-param that controls the
operation of the |
JavaxFaces2_2Properties.Flow |
getFlow() |
JavaxFaces2_2Properties.Partial |
getPartial() |
java.lang.Boolean |
getSerializeServerState()
If this param is set, and calling toLowerCase().equals("true") on a
String representation of its value returns true, and the
javax.faces.STATE_SAVING_METHOD is set to "server" (as indicated below),
the server state must be guaranteed to be Serializable such that the
aggregate state implements java.io.Serializable.
|
java.lang.String |
getWebappContractsDirectory()
If a |
java.lang.String |
getWebappResourcesDirectory()
If a |
int |
hashCode() |
void |
setClientWindowMode(java.lang.String clientWindowMode)
The context-param that controls the
operation of the |
void |
setFlow(JavaxFaces2_2Properties.Flow flow) |
void |
setPartial(JavaxFaces2_2Properties.Partial partial) |
void |
setSerializeServerState(java.lang.Boolean serializeServerState)
If this param is set, and calling toLowerCase().equals("true") on a
String representation of its value returns true, and the
javax.faces.STATE_SAVING_METHOD is set to "server" (as indicated below),
the server state must be guaranteed to be Serializable such that the
aggregate state implements java.io.Serializable.
|
void |
setWebappContractsDirectory(java.lang.String webappContractsDirectory)
If a |
void |
setWebappResourcesDirectory(java.lang.String webappResourcesDirectory)
If a |
java.lang.String |
toString() |
public java.lang.String getWebappContractsDirectory()
If a <context-param>
with
the param name equal to the value of
#WEBAPP_CONTRACTS_DIRECTORY_PARAM_NAME
exists, the runtime must
interpret its value as a path, relative to the web app root, where
resource library contracts are to be located. This param value must not
start with a "/", though it may contain "/" characters. If no such
<context-param>
exists, or its value is invalid, the
value "contracts", without the quotes, must be used by the runtime as the
value.
public java.lang.String getWebappResourcesDirectory()
If a <context-param>
with
the param name equal to the value of
#WEBAPP_RESOURCES_DIRECTORY_PARAM_NAME
exists, the runtime must
interpret its value as a path, relative to the web app root, where
resources are to be located. This param value must not start with a "/",
though it may contain "/" characters. If no such
<context-param>
exists, or its value is invalid, the
value "resources", without the quotes, must be used by the runtime as the
value.
public java.lang.Boolean getSerializeServerState()
public JavaxFaces2_2Properties.Partial getPartial()
public JavaxFaces2_2Properties.Flow getFlow()
public java.lang.String getClientWindowMode()
The context-param that controls the
operation of the ClientWindow
feature. The runtime must
support the values "none" and "url", without the quotes, but other values
are possible. If not specified, or the value is not understood by the
implementation, "none" is assumed.
public void setWebappContractsDirectory(java.lang.String webappContractsDirectory)
If a <context-param>
with
the param name equal to the value of
#WEBAPP_CONTRACTS_DIRECTORY_PARAM_NAME
exists, the runtime must
interpret its value as a path, relative to the web app root, where
resource library contracts are to be located. This param value must not
start with a "/", though it may contain "/" characters. If no such
<context-param>
exists, or its value is invalid, the
value "contracts", without the quotes, must be used by the runtime as the
value.
public void setWebappResourcesDirectory(java.lang.String webappResourcesDirectory)
If a <context-param>
with
the param name equal to the value of
#WEBAPP_RESOURCES_DIRECTORY_PARAM_NAME
exists, the runtime must
interpret its value as a path, relative to the web app root, where
resources are to be located. This param value must not start with a "/",
though it may contain "/" characters. If no such
<context-param>
exists, or its value is invalid, the
value "resources", without the quotes, must be used by the runtime as the
value.
public void setSerializeServerState(java.lang.Boolean serializeServerState)
public void setPartial(JavaxFaces2_2Properties.Partial partial)
public void setFlow(JavaxFaces2_2Properties.Flow flow)
public void setClientWindowMode(java.lang.String clientWindowMode)
The context-param that controls the
operation of the ClientWindow
feature. The runtime must
support the values "none" and "url", without the quotes, but other values
are possible. If not specified, or the value is not understood by the
implementation, "none" is assumed.
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