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 IdcServiceTag

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

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

public class IdcServiceTag
extends BaseTag<IdcServiceRequest>

Execute an IDC service in Content Server via CIS


Field Summary
static java.lang.String IDC_COMMAND
           

 

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

 

Constructor Summary
IdcServiceTag()
           

 

Method Summary
protected  SiteRequestInvoker<IdcServiceRequest> createSiteRequestInvoker()
           
 void doTag()
          Evaluate the placeholder tag
 java.lang.String getService()
           
 java.lang.String getType()
           
 java.lang.String getVar()
           
protected  boolean isUseJspBody()
           
protected  void populateSiteRequest()
          Populate the site request object from the tag parameters
 void setService(java.lang.String service)
           
 void setType(java.lang.String type)
           
 void setVar(java.lang.String var)
           

 

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

 

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

 

Field Detail

IDC_COMMAND

public static final java.lang.String IDC_COMMAND
See Also:
Constant Field Values

Constructor Detail

IdcServiceTag

public IdcServiceTag()

Method Detail

getVar

public java.lang.String getVar()
Returns:
the name of the variable to hold the result of the query

setVar

public void setVar(java.lang.String var)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getService

public java.lang.String getService()

setService

public void setService(java.lang.String service)

createSiteRequestInvoker

protected SiteRequestInvoker<IdcServiceRequest> createSiteRequestInvoker()
                                                                  throws ApplicationException
Specified by:
createSiteRequestInvoker in class BaseTag<IdcServiceRequest>
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<IdcServiceRequest>
Throws:
ApplicationException

isUseJspBody

protected boolean isUseJspBody()
Overrides:
isUseJspBody in class BaseTag<IdcServiceRequest>
Returns:
determine if we should use the JSP body into the response handler

doTag

public void doTag()
           throws javax.servlet.jsp.JspException,
                  java.io.IOException
Description copied from class: BaseTag
Evaluate the placeholder tag
Specified by:
doTag in interface javax.servlet.jsp.tagext.SimpleTag
Overrides:
doTag in class BaseTag<IdcServiceRequest>
Throws:
javax.servlet.jsp.JspException
java.io.IOException

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.