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 $
Author:
The Oracle ADF Faces Team

Method Summary
 boolean checkStylesModified()
           
 boolean disableStandardsMode()
           
 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.
 StyleMap getStyleMap()
           
 StyleProvider getStyleProvider()
           
 

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()

getStyleMap

StyleMap getStyleMap()


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.