Class TobagoConfigFragment

java.lang.Object
org.apache.myfaces.tobago.internal.config.TobagoConfigFragment

public class TobagoConfigFragment extends Object
  • Constructor Details

    • TobagoConfigFragment

      public TobagoConfigFragment()
  • Method Details

    • addSupportedThemeName

      public void addSupportedThemeName(String supportedThemeName)
    • getSupportedThemeNames

      public List<String> getSupportedThemeNames()
    • getDefaultThemeName

      public String getDefaultThemeName()
    • setDefaultThemeName

      public void setDefaultThemeName(String defaultThemeName)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getBefore

      public List<String> getBefore()
    • addBefore

      public void addBefore(String nameBefore)
    • getAfter

      public List<String> getAfter()
    • addAfter

      public void addAfter(String nameAfter)
    • addThemeDefinition

      public void addThemeDefinition(ThemeImpl theme)
    • getThemeDefinitions

      public List<ThemeImpl> getThemeDefinitions()
    • getThemeCookie

      public Boolean getThemeCookie()
    • setThemeCookie

      public void setThemeCookie(String themeCookie)
    • getThemeSession

      public Boolean getThemeSession()
    • setThemeSession

      public void setThemeSession(String themeSession)
    • getCreateSessionSecret

      public Boolean getCreateSessionSecret()
    • setCreateSessionSecret

      public void setCreateSessionSecret(String createSessionSecret)
    • getCheckSessionSecret

      public Boolean getCheckSessionSecret()
    • setCheckSessionSecret

      public void setCheckSessionSecret(String checkSessionSecret)
    • getPreventFrameAttacks

      public Boolean getPreventFrameAttacks()
    • setPreventFrameAttacks

      public void setPreventFrameAttacks(Boolean preventFrameAttacks)
    • getContentSecurityPolicy

      public ContentSecurityPolicy getContentSecurityPolicy()
    • setContentSecurityPolicy

      public void setContentSecurityPolicy(ContentSecurityPolicy contentSecurityPolicy)
    • getSecurityAnnotation

      public SecurityAnnotation getSecurityAnnotation()
    • setSecurityAnnotation

      public void setSecurityAnnotation(SecurityAnnotation securityAnnotation)
    • getSetNosniffHeader

      public Boolean getSetNosniffHeader()
    • setSetNosniffHeader

      public void setSetNosniffHeader(Boolean setNosniffHeader)
    • getUrl

      public URL getUrl()
    • setUrl

      public void setUrl(URL url)
    • getSanitizerClass

      public String getSanitizerClass()
    • setSanitizerClass

      public void setSanitizerClass(String sanitizerClass)
    • getSanitizerProperties

      public Properties getSanitizerProperties()
    • setSanitizerProperties

      public void setSanitizerProperties(Properties sanitizerProperties)
    • getDecodeLineFeed

      public Boolean getDecodeLineFeed()
    • setDecodeLineFeed

      public void setDecodeLineFeed(Boolean decodeLineFeed)
    • addMimeType

      public void addMimeType(String extension, String type)
    • getMimeTypes

      public Map<String,String> getMimeTypes()
    • getEnableTobagoExceptionHandler

      public Boolean getEnableTobagoExceptionHandler()
    • setEnableTobagoExceptionHandler

      public void setEnableTobagoExceptionHandler(Boolean enableTobagoExceptionHandler)
    • toString

      public String toString()
      Overrides:
      toString in class Object