Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


oracle.stellent.wcm.javaee.taglib
Class UrlTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by oracle.stellent.wcm.javaee.taglib.BaseTag<UrlRequest>
          extended by oracle.stellent.wcm.javaee.taglib.UrlTag

All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public class UrlTag
extends BaseTag<UrlRequest>

Handle drawing URLs


Field Summary

 

Fields inherited from class oracle.stellent.wcm.javaee.taglib.BaseTag
m_log

 

Constructor Summary
UrlTag()
           

 

Method Summary
protected  boolean beforeScriptEvaluation()
          Allow sub-classes to handle the response
protected  SiteRequestInvoker<UrlRequest> createSiteRequestInvoker()
           
 java.lang.String getSiteID()
           
 java.lang.String getType()
           
 java.lang.Object getUrl()
           
 java.lang.String getVar()
           
protected  void populateSiteRequest()
          Populate the site request object from the tag parameters
 void setSiteID(java.lang.String siteID)
           
 void setType(java.lang.String type)
           
 void setUrl(java.lang.Object url)
           
 void setVar(java.lang.String var)
           

 

Methods inherited from class oracle.stellent.wcm.javaee.taglib.BaseTag
doTag, getClientApplication, getSiteRequestInvoker, getViewBody, isUseJspBody

 

Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

UrlTag

public UrlTag()

Method Detail

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getUrl

public java.lang.Object getUrl()

setUrl

public void setUrl(java.lang.Object url)

getVar

public java.lang.String getVar()

setVar

public void setVar(java.lang.String var)

getSiteID

public java.lang.String getSiteID()

setSiteID

public void setSiteID(java.lang.String siteID)

createSiteRequestInvoker

protected SiteRequestInvoker<UrlRequest> createSiteRequestInvoker()
                                                           throws ApplicationException
Specified by:
createSiteRequestInvoker in class BaseTag<UrlRequest>
Returns:
the type of request
Throws:
ApplicationException

populateSiteRequest

protected void populateSiteRequest()
                            throws ApplicationException
Populate the site request object from the tag parameters
Specified by:
populateSiteRequest in class BaseTag<UrlRequest>
Throws:
ApplicationException

beforeScriptEvaluation

protected boolean beforeScriptEvaluation()
                                  throws ApplicationException
Allow sub-classes to handle the response
Overrides:
beforeScriptEvaluation in class BaseTag<UrlRequest>
Returns:
it true then the evaluation continues
Throws:
ApplicationException

Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.