Spring LDAP

org.springframework.ldap.core.simple
Interface ParameterizedContextMapperWithControls<T>

Type Parameters:
T - return type of the mapFromContextWithControls(Object, HasControls) method
All Superinterfaces:
ContextMapper, ParameterizedContextMapper<T>

public interface ParameterizedContextMapperWithControls<T>
extends ParameterizedContextMapper<T>

Extension of the 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.

Author:
Tim Terry, Ulrik Sandberg

Method Summary
 T mapFromContextWithControls(Object ctx, HasControls hasControls)
           
 
Methods inherited from interface org.springframework.ldap.core.simple.ParameterizedContextMapper
mapFromContext
 

Method Detail

mapFromContextWithControls

T mapFromContextWithControls(Object ctx,
                             HasControls hasControls)

Spring LDAP