org.apache.cocoon.portal.impl
Class PageLabelLinkInfo

java.lang.Object
  extended by org.apache.cocoon.portal.impl.LinkInfo
      extended by org.apache.cocoon.portal.impl.PageLabelLinkInfo

public class PageLabelLinkInfo
extends LinkInfo

Helper class containing the information about common parts for each link that will be generated in the portal page.

Version:
$Id: PageLabelLinkInfo.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Field Summary
protected  PageLabelManager labelManager
          The label manager
 
Fields inherited from class org.apache.cocoon.portal.impl.LinkInfo
comparableEvents, hasParameters, httpLinkBase, isSecure, request, secureLinkBase, url
 
Constructor Summary
PageLabelLinkInfo(PageLabelManager manager, Request request, int defaultPort, int defaultSecurePort)
           
 
Method Summary
protected  String getRelativeURI(Request request)
           
 
Methods inherited from class org.apache.cocoon.portal.impl.LinkInfo
addParameterToBase, appendToBase, appendToBase, deleteParameterFromBase, getAbsoluteUrl, getBase, getHttpLinkBase, getSecureLinkBase, hasParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

labelManager

protected PageLabelManager labelManager
The label manager

Constructor Detail

PageLabelLinkInfo

public PageLabelLinkInfo(PageLabelManager manager,
                         Request request,
                         int defaultPort,
                         int defaultSecurePort)
Method Detail

getRelativeURI

protected String getRelativeURI(Request request)
Overrides:
getRelativeURI in class LinkInfo


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.