org.jboss.dependency.plugins.graph
Class WidthLookupStrategy
java.lang.Object
org.jboss.dependency.plugins.graph.AbstractLookupStrategy
org.jboss.dependency.plugins.graph.LocalLookupStrategy
org.jboss.dependency.plugins.graph.HierarchyLookupStrategy
org.jboss.dependency.plugins.graph.WidthLookupStrategy
- All Implemented Interfaces:
- LookupStrategy, SearchInfo
- Direct Known Subclasses:
- ChildrenOnlyWidthLookupStrategy
public class WidthLookupStrategy
- extends HierarchyLookupStrategy
Width search.
- Author:
- Ales Justin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WidthLookupStrategy
public WidthLookupStrategy()
WidthLookupStrategy
protected WidthLookupStrategy(boolean checkCurrent)
getContextInternal
protected ControllerContext getContextInternal(AbstractController controller,
Object name,
ControllerState state)
- Description copied from class:
AbstractLookupStrategy
- Get context based on this strategy.
- Overrides:
getContextInternal
in class LocalLookupStrategy
- Parameters:
controller
- the current abstract controllername
- the name of the contextstate
- the context's state
- Returns:
- context or null if not available
getContextInternal
protected ControllerContext getContextInternal(AbstractController controller,
Object name,
ControllerState state,
boolean check)
- Get context based on this strategy.
- Parameters:
controller
- the current abstract controllername
- the name of the contextstate
- the context's statecheck
- check current
- Returns:
- context or null if not available
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.