Interface ISessionReplacerParams
-
- All Superinterfaces:
IReplacerParams,Serializable
- All Known Subinterfaces:
IPlaceholderValueParams
- All Known Implementing Classes:
DefaultReplacerParameters
public interface ISessionReplacerParams extends IReplacerParams
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetBaseUrl()default ClockgetClock()StringgetContextPath()VorganggetProcess()javax.servlet.http.HttpServletRequestgetRequest()javax.servlet.http.HttpServletResponsegetResponse()StringgetSessionId()default booleanisReplaceSessionPlaceholders()-
Methods inherited from interface de.xima.fc.interfaces.placeholder.params.IReplacerParams
getEscaper, isEncodeFormValuesForPlaceholder
-
-
-
-
Method Detail
-
getProcess
Vorgang getProcess()
-
getSessionId
String getSessionId()
-
getContextPath
String getContextPath()
-
getBaseUrl
String getBaseUrl()
-
getRequest
javax.servlet.http.HttpServletRequest getRequest()
-
getResponse
javax.servlet.http.HttpServletResponse getResponse()
-
getClock
default Clock getClock()
- Returns:
- The clock to use for obtaining the current time.
- Since:
- 8.0.0
-
isReplaceSessionPlaceholders
default boolean isReplaceSessionPlaceholders()
-
-