org.apache.myfaces.trinidadinternal.style
Interface StyleContext


public interface StyleContext

The StyleContext interface is used to provide information about the target end user environment. It also provides access to general-purpose facilities.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/style/StyleContext.java#0 $) $Date: 10-nov-2005.18:57:57 $

Method Summary
 boolean checkStylesModified()
           
 boolean disableStandardsMode()
           
 org.apache.myfaces.trinidad.context.AccessibilityProfile getAccessibilityProfile()
           
 TrinidadAgent getAgent()
          Returns the end user's Agent.
 java.lang.String getGeneratedFilesPath()
           
 org.apache.myfaces.trinidad.context.LocaleContext getLocaleContext()
          Returns the end user's locale.
 StyleProvider getStyleProvider()
           
 StyleProvider getStyleProvider(boolean recompute)
           
 org.apache.myfaces.trinidad.style.Styles getStyles()
           
 boolean isDirty()
           
 boolean isDisableStyleCompression()
           
 boolean isPortletMode()
           
 boolean isRequestSecure()
           
 

Method Detail

getLocaleContext

org.apache.myfaces.trinidad.context.LocaleContext getLocaleContext()
Returns the end user's locale.


getAgent

TrinidadAgent getAgent()
Returns the end user's Agent.


getGeneratedFilesPath

java.lang.String getGeneratedFilesPath()

checkStylesModified

boolean checkStylesModified()

disableStandardsMode

boolean disableStandardsMode()

getStyleProvider

StyleProvider getStyleProvider()

getStyleProvider

StyleProvider getStyleProvider(boolean recompute)

getStyles

org.apache.myfaces.trinidad.style.Styles getStyles()

getAccessibilityProfile

org.apache.myfaces.trinidad.context.AccessibilityProfile getAccessibilityProfile()

isPortletMode

boolean isPortletMode()

isDisableStyleCompression

boolean isDisableStyleCompression()

isDirty

boolean isDirty()

isRequestSecure

boolean isRequestSecure()
Returns:
true if the current request is secure (an https request), false otherwise


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.