br.com.arsmachina.tapestrycrud.services
Interface ActivationContextEncoderSource

All Known Implementing Classes:
ActivationContextEncoderSourceImpl

public interface ActivationContextEncoderSource

Service that provides ActivationContextEncoders.

Author:
Thiago H. de Paula Figueiredo

Method Summary
<T> ActivationContextEncoder<T>
get(Class<T> clasz)
          Returns the ActivationContextEncoder of a given type.
 

Method Detail

get

<T> ActivationContextEncoder<T> get(Class<T> clasz)
Returns the ActivationContextEncoder of a given type.

Type Parameters:
T - a type.
Parameters:
clasz - a Class.
Returns:
an ActivationContextEncoder.


Copyright © 2008-2009 Thiago H. de Paula Figueiredo. All Rights Reserved.