Uses of Class
com.cc.framework.http.Hyperlink

Packages that use Hyperlink
com.cc.framework.adapter   
com.cc.framework.adapter.struts   
com.cc.framework.http   
com.cc.framework.ui.control   
com.cc.framework.ui.painter   
 

Uses of Hyperlink in com.cc.framework.adapter
 

Methods in com.cc.framework.adapter with parameters of type Hyperlink
 void FrameworkAdapter.addTransactionToken(javax.servlet.jsp.PageContext pageContext, Hyperlink link)
          Adds the a transaction token (if any) to the given Parameter List.
 

Uses of Hyperlink in com.cc.framework.adapter.struts
 

Methods in com.cc.framework.adapter.struts with parameters of type Hyperlink
 void StrutsFrameworkAdapter.addTransactionToken(javax.servlet.jsp.PageContext pageContext, Hyperlink link)
          Adds the a transaction token (if any) to the given Parameter List.
 

Uses of Hyperlink in com.cc.framework.http
 

Methods in com.cc.framework.http that return Hyperlink
static Hyperlink Hyperlink.parse(java.lang.String link)
          Creates a Hyperlink Object from the HttpServletRequest
static Hyperlink Hyperlink.createFromRequest(javax.servlet.http.HttpServletRequest request)
          Creates a Hyperlink Object from the HttpServletRequest
 

Uses of Hyperlink in com.cc.framework.ui.control
 

Methods in com.cc.framework.ui.control that return Hyperlink
 Hyperlink ControlAction.createHyperlink(javax.servlet.jsp.PageContext pageContext)
          Creates a hyperlink
 

Methods in com.cc.framework.ui.control with parameters of type Hyperlink
private  void ControlAction.addActionParams(Hyperlink link)
          Adds the action parameters to the given hyperlink
 

Uses of Hyperlink in com.cc.framework.ui.painter
 

Methods in com.cc.framework.ui.painter with parameters of type Hyperlink
static java.lang.String PainterHelp.decorateLink(javax.servlet.jsp.PageContext ctx, Hyperlink link)
          Decorates the URL with RequestDecorator settings and appends the JSESSIONID when URL-rewriting is enabled to track sessions Every URL has to be decorated this way!
 



Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.