pt.ua.bioinformatics.coeus.actions
Class InfoActionBean

java.lang.Object
  extended by pt.ua.bioinformatics.coeus.actions.InfoActionBean
All Implemented Interfaces:
net.sourceforge.stripes.action.ActionBean

@UrlBinding(value="/api/info/{id}/{$event}")
public class InfoActionBean
extends java.lang.Object
implements net.sourceforge.stripes.action.ActionBean


Constructor Summary
InfoActionBean()
           
 
Method Summary
 net.sourceforge.stripes.action.ActionBeanContext getContext()
           
 java.lang.String getId()
           
 net.sourceforge.stripes.action.Resolution json()
           
 void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
           
 void setId(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoActionBean

public InfoActionBean()
Method Detail

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

setContext

public void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
Specified by:
setContext in interface net.sourceforge.stripes.action.ActionBean

getContext

public net.sourceforge.stripes.action.ActionBeanContext getContext()
Specified by:
getContext in interface net.sourceforge.stripes.action.ActionBean

json

@DefaultHandler
public net.sourceforge.stripes.action.Resolution json()