T
- return type of the
mapFromContextWithControls(Object, HasControls)
methodpublic interface ParameterizedContextMapperWithControls<T> extends ParameterizedContextMapper<T>
ParameterizedContextMapper
interface that allows
controls to be passed to the mapper implementation. Uses Java 5 covariant
return types to override the return type of the
mapFromContextWithControls(Object, HasControls)
method to be the
type parameter T.Modifier and Type | Method and Description |
---|---|
T |
mapFromContextWithControls(Object ctx,
HasControls hasControls) |
mapFromContext
T mapFromContextWithControls(Object ctx, HasControls hasControls)
Copyright © 2005-2012 The Spring LDAP Framework. All Rights Reserved.