Uses of Class
com.free2be.dimensions.decider.Decision

Packages that use Decision
com.free2be.dimensions.config   
com.free2be.dimensions.decider   
com.free2be.dimensions.tiles.inheritance   
 

Uses of Decision in com.free2be.dimensions.config
 

Methods in com.free2be.dimensions.config with parameters of type Decision
 void DimensionsConfig.addSuitableDecision(Decision decision)
          Adds a suitable decision, so that it can be used by the decider.
protected  org.apache.struts.tiles.xmlDefinition.XmlDefinitionsSet DimensionsConfig.loadXmlDefinitions(Decision decision)
          Loads one instance of XmlDefinitionsSet, with the given Decision.
 

Uses of Decision in com.free2be.dimensions.decider
 

Methods in com.free2be.dimensions.decider that return Decision
 Decision Decider.decide(javax.servlet.http.HttpServletRequest request)
          Takes a decision, using the HttpServletRequest as a basis.
 Decision UserDeviceDecider.decide(javax.servlet.http.HttpServletRequest request)
          Takes a decision, using the request as a basis.
 

Methods in com.free2be.dimensions.decider with parameters of type Decision
 void AbstractDeciderImpl.addSuitableDecision(Decision decision)
          Adds a suitable decision to the list, so that it can be "decider" by this Decider.
 void Decider.addSuitableDecision(Decision decision)
          Adds a suitable decision to the list, so that it can be "decider" by this Decider.
 

Uses of Decision in com.free2be.dimensions.tiles.inheritance
 

Methods in com.free2be.dimensions.tiles.inheritance with parameters of type Decision
 void AbstractInheritanceResolverImpl.addDefinitionsPath(Decision decision, java.lang.String xmlDefinitionsPath)
          Adds a definition path, related to a specific decision.
 void InheritanceResolver.addDefinitionsPath(Decision decision, java.lang.String xmlDefinitionsPath)
          Adds a definition path, related to a specific decision.
protected  void AbstractInheritanceResolverImpl.addPath(Decision decision, java.lang.String xmlDefinitionsPath)
          Utility method to add a path to the sequence of file path connected tu a defined decision.
 java.util.Collection AbstractInheritanceResolverImpl.getPathSequence(Decision decision)
          Returns the sequence of Tiles definitions files to load to correctly have the final XmlDefinitionsSet.
 java.util.Collection InheritanceResolver.getPathSequence(Decision decision)
          Returns the sequence of Tiles definitions files to load to correctly have the final XmlDefinitionsSet.