ariba.ui.aribaweb.core
Interface AWConcreteApplication.ComponentDefinitionResolver

Enclosing class:
AWConcreteApplication

public static interface AWConcreteApplication.ComponentDefinitionResolver

This hook is used by the DemoShell to override component lookup to search for .htm templates (relative to the directory of the parent component) rather than just look up .awls with the resource manager. For regular apps this hook is not used. When component is referenced by a SwitchComponent, parent will be the component in which the tag appears. When this call is a result of pageWithName, parent will be null


Method Summary
 AWComponentDefinition definitionWithName(java.lang.String name, AWComponent parent)
           
 

Method Detail

definitionWithName

AWComponentDefinition definitionWithName(java.lang.String name,
                                         AWComponent parent)


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.