net.ezcontent.web.admin.sections.docs
Class DocEditLinks

java.lang.Object
  extended byorg.apache.tapestry.spec.BaseLocatable
      extended byorg.apache.tapestry.AbstractComponent
          extended byorg.apache.tapestry.BaseComponent
              extended bynet.ezcontent.web.admin.sections.docs.DocEditLinks
All Implemented Interfaces:
IComponent, ILocatable, ILocationHolder, IRender

public abstract class DocEditLinks
extends BaseComponent

Componente para manejar las ligas de un documento.

Author:
Enrique Zamudio

Field Summary
 
Fields inherited from class org.apache.tapestry.BaseComponent
 
Fields inherited from class org.apache.tapestry.AbstractComponent
 
Fields inherited from class org.apache.tapestry.spec.BaseLocatable
 
Constructor Summary
DocEditLinks()
           
 
Method Summary
 void addLink(IRequestCycle cycle)
          Agrega una liga al documento.
abstract  Link getCurrentLink()
           
 DocumentDAO getDao()
          Devuelve el DAO de documentos (lo obtiene de Global).
abstract  String getLinkName()
           
abstract  String getLinkUrl()
           
 void removeLink(IRequestCycle cycle)
          Elimina una liga del documento.
 
Methods inherited from class org.apache.tapestry.BaseComponent
addOuter, finishLoad, renderComponent
 
Methods inherited from class org.apache.tapestry.AbstractComponent
addAsset, addBody, addComponent, cleanupAfterRender, finishLoad, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, format, format, format, format, formatString, formatString, formatString, formatString, generateAttributes, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getChangeObserver, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, getString, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainer, setId, setNamespace, setPage, setProperty, setSpecification, toString
 
Methods inherited from class org.apache.tapestry.spec.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.tapestry.ILocationHolder
setLocation
 
Methods inherited from interface org.apache.tapestry.ILocatable
getLocation
 

Constructor Detail

DocEditLinks

public DocEditLinks()
Method Detail

getLinkName

public abstract String getLinkName()

getLinkUrl

public abstract String getLinkUrl()

getCurrentLink

public abstract Link getCurrentLink()

getDao

public DocumentDAO getDao()
Devuelve el DAO de documentos (lo obtiene de Global).


addLink

public void addLink(IRequestCycle cycle)
Agrega una liga al documento.


removeLink

public void removeLink(IRequestCycle cycle)
Elimina una liga del documento.