Uses of Class
org.apache.myfaces.trinidadinternal.ui.laf.Score

Packages that use Score
org.apache.myfaces.trinidadinternal.ui.laf   
 

Uses of Score in org.apache.myfaces.trinidadinternal.ui.laf
 

Subclasses of Score in org.apache.myfaces.trinidadinternal.ui.laf
 class ScoreImpl
          Implementation of Score which provides storage for all component scores.
 class ScoreProxy
          The Score subclass which is used to wrap another Score.
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf that return Score
 Score NameOnlyScorer.scoreLookAndFeel(UIXRenderingContext context, java.lang.String lafName)
          Produces a Score for the current request, using the base LookAndFeelScorer to score everything other than the look and feel family name.
 Score NameAndAgentScorer.scoreLookAndFeel(UIXRenderingContext context, java.lang.String lafName)
          Implementation of LookAndFeelScorer that produces a Score based on the required name and Agent information.
abstract  Score LookAndFeelScorer.scoreLookAndFeel(UIXRenderingContext context, java.lang.String lafName)
          Generates a Score which is used to determine whether the LookAndFeel associated with this LookAndFeelScorer is the best LookAndFeel to use for the current request.
 

Constructors in org.apache.myfaces.trinidadinternal.ui.laf with parameters of type Score
ScoreProxy(Score baseScore)
          Creates a ScoreProxy which wraps the specified "base" Score.
 



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