br.com.arsmachina.tapestrycrud.components
Class ActivationContextPageLink

java.lang.Object
  extended by org.apache.tapestry5.corelib.base.AbstractLink
      extended by br.com.arsmachina.tapestrycrud.components.ActivationContextPageLink
All Implemented Interfaces:
ClientElement

@SupportsInformalParameters
public class ActivationContextPageLink
extends AbstractLink

A replacement to PageLink 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

Constructor Summary
ActivationContextPageLink()
           
 
Method Summary
 Object getContext()
           
 
Methods inherited from class org.apache.tapestry5.corelib.base.AbstractLink
getClientId, getLink, isDisabled, writeLink
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivationContextPageLink

public ActivationContextPageLink()
Method Detail

getContext

public Object getContext()


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