ariba.util.core
Class PropertyGetter<T,P>

java.lang.Object
  extended by ariba.util.core.PropertyGetter<T,P>

public abstract class PropertyGetter<T,P>
extends java.lang.Object


Constructor Summary
PropertyGetter()
           
 
Method Summary
abstract  P getProperty(T t)
          Return a property, say a language, locale or ANID given a T (which might be a AWSession, etc.)
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyGetter

public PropertyGetter()
Method Detail

getProperty

public abstract P getProperty(T t)
Return a property, say a language, locale or ANID given a T (which might be a AWSession, etc.)

Parameters:
t - of type T
Returns:


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