br.com.arsmachina.tapestrycrud.components
Class PrimaryKeyActionLink

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

@SupportsInformalParameters
public class PrimaryKeyActionLink
extends Object

An alternative to ActionLink 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
PrimaryKeyActionLink()
           
 
Method Summary
 Object getContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimaryKeyActionLink

public PrimaryKeyActionLink()
Method Detail

getContext

public Object getContext()


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