Class TobagoConfigFragment
java.lang.Object
org.apache.myfaces.tobago.internal.config.TobagoConfigFragment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
addMimeType
(String extension, String type) void
addSupportedThemeName
(String supportedThemeName) void
addThemeDefinition
(ThemeImpl theme) getAfter()
getName()
getUrl()
void
setCheckSessionSecret
(String checkSessionSecret) void
setContentSecurityPolicy
(ContentSecurityPolicy contentSecurityPolicy) void
setCreateSessionSecret
(String createSessionSecret) void
setDecodeLineFeed
(Boolean decodeLineFeed) void
setDefaultThemeName
(String defaultThemeName) void
setEnableTobagoExceptionHandler
(Boolean enableTobagoExceptionHandler) void
void
setPreventFrameAttacks
(Boolean preventFrameAttacks) void
setSanitizerClass
(String sanitizerClass) void
setSanitizerProperties
(Properties sanitizerProperties) void
setSecurityAnnotation
(SecurityAnnotation securityAnnotation) void
setSetNosniffHeader
(Boolean setNosniffHeader) void
setThemeCookie
(String themeCookie) void
setThemeSession
(String themeSession) void
toString()
-
Constructor Details
-
TobagoConfigFragment
public TobagoConfigFragment()
-
-
Method Details
-
addSupportedThemeName
-
getSupportedThemeNames
-
getDefaultThemeName
-
setDefaultThemeName
-
getName
-
setName
-
getBefore
-
addBefore
-
getAfter
-
addAfter
-
addThemeDefinition
-
getThemeDefinitions
-
getThemeCookie
-
setThemeCookie
-
getThemeSession
-
setThemeSession
-
getCreateSessionSecret
-
setCreateSessionSecret
-
getCheckSessionSecret
-
setCheckSessionSecret
-
getPreventFrameAttacks
-
setPreventFrameAttacks
-
getContentSecurityPolicy
-
setContentSecurityPolicy
-
getSecurityAnnotation
-
setSecurityAnnotation
-
getSetNosniffHeader
-
setSetNosniffHeader
-
getUrl
-
setUrl
-
getSanitizerClass
-
setSanitizerClass
-
getSanitizerProperties
-
setSanitizerProperties
-
getDecodeLineFeed
-
setDecodeLineFeed
-
addMimeType
-
getMimeTypes
-
getEnableTobagoExceptionHandler
-
setEnableTobagoExceptionHandler
-
toString
-