br.com.arsmachina.tapestrycrud.components
Class PrimaryKeyEventLink

java.lang.Object
  extended by br.com.arsmachina.tapestrycrud.components.PrimaryKeyEventLink

@SupportsInformalParameters
public class PrimaryKeyEventLink
extends Object

An alternative to EventLink that, given an object passed as parameter, uses the corresponding Encoder to get the context PrimaryKeyEncoder.toKey(Object) activation value.

Author:
Thiago H. de Paula Figueiredo
See Also:
ActionLink, ActivationContextEncoder

Constructor Summary
PrimaryKeyEventLink()
           
 
Method Summary
 Object getContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimaryKeyEventLink

public PrimaryKeyEventLink()
Method Detail

getContext

public Object getContext()


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