Where can I find documentation for  class HttpJspBase?

Is it part of package javax.servlet.jsp?

Is it part of package javax.servlet.jsp?No. HttpJspBase is Tomcat specific, not part of the standard servlet or JSP packages. See http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jasper/docs/api/org/apache/jasper/runtime/HttpJspBase.html for documentation.

Similar Messages

  • Where can I find Documentation for Oracle financial installation

    Hi
    Where can I find Documentation for Oracle financial
    installation as which all modules to be downloaded for linuk server etc
    here is what I have found
    ===================================
    Oracle9i Application Server, Version 1.0.2.2.2 CD Pack for Linux x86 [Act as Server][to be installed on main linux server]
    ===================================
    Oracle® Applications 11i Release 9 CD Pack for Linux x86     [Act as client][to be installed on client sean,AJ,Vinod]
    ===================================
    Internet Developer Suite (1.0.2.4.1) CD Pack (with iAS Pack) for Microsoft Windows (32-bit)
    ===================================

    user11872870 wrote:
    Hi Tubby,
    http://www.quest.com/documents/list.aspx?SearchOff=true&ContentTypeID=20&prod=1
    This link has many pdf files but none has the useful information. Those pdf's are just 2 or 3 pages each.Sad Christmas for you then i suppose.
    Perhaps you could contact the vendor (quest) and get them to help you in your search for whatever it is you're looking for. An Oracle SQL and PL/SQL forum is not the venue for this, please mark the question as answered, and good luck in your search.

  • Where can I find documentation for the HSP* Custom Functions

    I can see a number of HSP functions are registered in Essbase but cannot find any documentation for them. I am reluctant to use them for client development without some proper documentation. Does anyone know where it can be found?
    The functions are :
    @HspNthMbr
    @HspNumToString
    @HspDateToString
    @HspConcat
    @HspMbrIndex
    @HspMessage
    @HspGetMbrCount
    @HspCreateCDFSession
    @HspRemoveCDFSession
    @HspAddPageCombination
    @HspCreateEssbaseServerFile
    @HspWritePageCombinations
    @HspGetFileName
    Many of these look interesting. Some of them seem obvious, others might have a number of paramenters and options.
    Any help appreciated.
    Richard

    Here is the contents of essfunc.xml.  A little bit more information than what is available than in EAS; for example regarding function @HspGetMbrCount, it has a limited function prototype "@HspGetMbrCount(StringArray)" and purpose "Returns the member count of the range provided".  I got this from Oracle/Middleware/user_projects/essbase1/EssbaseServer/essbaseserver1/java.  You can view it more easily in Internet Explorer or vim.
      <?xml version="1.0" encoding="utf-8" ?>
    - <definitions version="6.2.0">
      <macros />
    - <functions>
    - <function name="@HspNthMbr" tssec="1377715749" tsmcs="202567" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.getNthMember(String[],int)">
    - <spec>
    - <![CDATA[ @HspNthMbr(memberRange, PosIndex)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns nth member in the range provided
      ]]>
      </comment>
      </function>
    - <function name="@HspNumToString" tssec="1377715749" tsmcs="224917" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.numToString(int)">
    - <spec>
    - <![CDATA[ @HspNumToString(NumericInput)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns String type value for the numeric value provided
      ]]>
      </comment>
      </function>
    - <function name="@HspDateToString" tssec="1377715749" tsmcs="246968" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.dateToString(int)">
    - <spec>
    - <![CDATA[ @HspDateToString(NumericDateInput)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns String type date in DD/MM/YYYY format
      ]]>
      </comment>
      </function>
    - <function name="@HspConcat" tssec="1377715749" tsmcs="268969" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.makeAString(String[])">
    - <spec>
    - <![CDATA[ @HspConcat(StringArray)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns a single string by concatenating all the values passed to it
      ]]>
      </comment>
      </function>
    - <function name="@HspMbrIndex" tssec="1377715749" tsmcs="291290" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.getMbrIndex(String[], String)">
    - <spec>
    - <![CDATA[ @HspGetMbrIndex(String[], String)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns the member position in the dimension based on outline order.
      ]]>
      </comment>
      </function>
    - <function name="@HspMessage" tssec="1377715749" tsmcs="315045" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.getURL(String[])">
    - <spec>
    - <![CDATA[ @HspMessage(StringArray)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns URL format of the message and parameters
      ]]>
      </comment>
      </function>
    - <function name="@HspGetMbrCount" tssec="1377715749" tsmcs="335521" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.getMbrCount (String[])">
    - <spec>
    - <![CDATA[ @HspGetMbrCount(StringArray)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns the member count of the range provided
      ]]>
      </comment>
      </function>
    - <function name="@HspDateDiff" tssec="1377715749" tsmcs="357494" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.dateDiff(int,int)">
    - <spec>
    - <![CDATA[ @HspDateDiff(fromDate, toDate)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns difference between two dates in days, inclusive of dates passed.
      ]]>
      </comment>
      </function>
    - <function name="@HspDateRoll" tssec="1377715749" tsmcs="379014" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.dateRoll(int,int,int)">
    - <spec>
    - <![CDATA[ @HspDateRoll(startDate, noOfPeriods, periodType)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns the next date, resulting from adding noOfPeriods to StartDate.
      ]]>
      </comment>
      </function>
    - <function name="@HspOffsetIdx" tssec="1377715749" tsmcs="400720" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.getDataOffsetIdx(long[],long[],long[],int,int,int)">
    - <spec>
    - <![CDATA[ @HspOffsetIdx(DataList, StartDateList, EndDateList, BaseValue, OffSet, BaseDate)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns the pointer to data which is nth distinct value, where n is the offset and for that data, gets relevant row based on date array.
      ]]>
      </comment>
      </function>
    - <function name="@HspMbrList" tssec="1377715749" tsmcs="422891" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.getMemberList(String[],long[],int)">
    - <spec>
    - <![CDATA[ @HspMbrList(MemberList, DataList, ChkValue)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns the list of members, at positions corresponding to data same as ChkValue in DataList.
      ]]>
      </comment>
      </function>
    - <function name="@HspNextAllocIdx" tssec="1377715749" tsmcs="445933" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.getNextAllocIdx(long[],long[],int)">
    - <spec>
    - <![CDATA[ @HspNextAllocIdx(dataList,unspAcc,counter)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns the pointer for the first row with no allocation or first row positive allocaction and not a modified row or total
      ]]>
      </comment>
      </function>
    - <function name="@HspStringCompare" tssec="1377715749" tsmcs="469322" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.stringcompare(String, String)">
    - <spec>
    - <![CDATA[ @HspStringCompare(srcstring, trgtstr)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Does a string compare and Returns the true if sourcestring and target string are same.
      ]]>
      </comment>
      </function>
    - <function name="@JDebug" tssec="1377715749" tsmcs="493564" javaSpec="com.hyperion.calcmgr.common.cdf.DebugFunctions.debug (int , String, String[], double , String)">
      <flag value="RUNTIME" />
    - <spec>
    - <![CDATA[ @JDebug(action, returnAddr, str_array, dblInput, lineKey)
      ]]>
      </spec>
      </function>
    - <function name="@JSendDebug" tssec="1377715749" tsmcs="521638" javaSpec="com.hyperion.calcmgr.common.cdf.DebugFunctions.sendDebug(int , String , String[] , double[] , String )">
      <flag value="RUNTIME" />
    - <spec>
    - <![CDATA[ @JSendDebug(action, returnAddr, str_array,dblInput_array, lineKey)
      ]]>
      </spec>
      </function>
    - <function name="@HspCreateCDFSession" tssec="1377715749" tsmcs="548082" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.createCDFSession()">
    - <spec>
    - <![CDATA[ @HspCreateCDFSession()
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Creates and returns a unique session Id
      ]]>
      </comment>
      </function>
    - <function name="@HspRemoveCDFSession" tssec="1377715749" tsmcs="578942" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.removeCDFSession(long)">
    - <spec>
    - <![CDATA[ @HspRemoveCDFSession(sessionId)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Removes the session with the provided sessionId
      ]]>
      </comment>
      </function>
    - <function name="@HspAddPageCombination" tssec="1377715749" tsmcs="610001" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.addPageCombination(long, String[])">
    - <spec>
    - <![CDATA[ @HspAddPageCombination(sessionId, pages)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Adds a page combination
      ]]>
      </comment>
      </function>
    - <function name="@HspCreateEssbaseServerFile" tssec="1377715749" tsmcs="640601" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.createEssbaseServerFile(long,String,String)">
    - <spec>
    - <![CDATA[ @HspCreateEssbaseServerFile(sessionId, appName, cubeName)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Creates a unique file on the Essbase server and returns the file path
      ]]>
      </comment>
      </function>
    - <function name="@HspWritePageCombinations" tssec="1377715749" tsmcs="669640" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.writePageCombinations(long, String)">
    - <spec>
    - <![CDATA[ @HspWritePageCombinations(sessionId, fileName)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Writes all the page combinations with data to the file
      ]]>
      </comment>
      </function>
    - <function name="@HspGetFileName" tssec="1377715749" tsmcs="705211" javaSpec="com.hyperion.essbase.cdf.psb.HSPCDFUtils.getFileName(String)">
    - <spec>
    - <![CDATA[ @HspGetFileName(filePath)
      ]]>
      </spec>
    - <comment>
    - <![CDATA[ Returns the file name for the give path
      ]]>
      </comment>
      </function>
      </functions>
      </definitions>

  • Where can I find documentation for RPAS Server

    I am looking for documentation on functionality on Assortment Planning tool from Retek.

    Hi.
    Your request has been forwarded to the appropriate contact.
    Please check the documentation page on OTN, URL: http://www.oracle.com/technology/documentation/index.html to see if you can find the documentations you are looking for.
    Path on OTN: Applications / E-Business Suite > Oracle Retail (Retek is now known as Oracle Retail)
    Regards,
    Chao

  • Where can i find documentation for upgrading from sytem 9.2.0.1 to 9.3.0

    Can anyone help me with this part ? I am looking for documents to upgrade from 9.2 to 9.3
    Thanks
    Jay

    All of the curent Hyperion docs can be found here:
    http://download.oracle.com/docs/cd/E10530_01/doc/nav/portal_1.htm

  • Where can I find Java for Mac OS X 10.6.8?

    Where can I find Java for Mac OS X 10.6.8?

    fixie84 wrote:
    I can't find it on my imac. I searched for it in the finder.
    It should be in /System/Library/Frameworks/
    10.6 update 3 deprecated that path, and since that Java update (if you've installed it) it would be
    /Library/Java/JavaVirtualMachines/
    and
    /System/Library/Java/JavaVirtualMachines/

  • Where can I find drivers for Satellite L855-159?

    Hello!
    I am a recent owner of a brand new Toshiba Satellite L855-159 laptop.
    I cannot seem to find any drivers listed for it. i have download some drivers from similar series laptops, like the ethernet driver. That works fine on it, but i cannot seem to find a working wireless driver anywhere.
    I have tried the official toshiba page and the toshiba auto detect tool. It says it cannot find my product.
    I have also tried entering the serial no. manually and it gives me the same answer.... your product cannot be found or invalid serial no.
    (i have tried all versios of toshiba site, in many different languages)
    Only time my serial number worked is when i registered the laptop for warranty.
    So, i must say that it has been a pain to find the right drivers for my product, and it would not hurt to have a cd/dvd with drivers in the box with the laptop. i know it should be a better solution to have drivers online because you always get the newest version, but a dvd with drivers that always work for your laptop is necessary when the main site FAILS so badly at providing them.
    So please tell me... where can i find drivers for my laptop?

    Hi
    According notebook specification your notebook has part number PSKAEE and all drivers, tools and utilities for supported operating systems you can find on Toshiba support and download page - http://eu.computers.toshiba-europe.com/innovation/download_drivers_bios.jsp
    Product type > Notebook
    Family > Satellite
    Product series > Satellite L Series
    Model > Satellite L855
    Short Model No. > PSKAEE
    Can you find it?

  • Where can I find workspaces for Photoshop and/or Illustrator for download?

    Where can I find workspaces for Photoshop and/or Illustrator for download?

    Moving this discussion to the Photoshop General Discussion forum.

  • I bought CS5 Design Premium (Student and Teacher Edition) 3 years ago. Now I want to upgrade it but where can I find prices for Students and Teachers for upgrades?

    I bought CS5 Design Premium (Student and Teacher Edition) 3 years ago. Now I want to upgrade it but where can I find prices for Students and Teachers for upgrades?

    There are no upgrades for Student and Teacher Editions. You can continue to use the version you are using, or you can buy CS6 with no special upgrade price, or subscribe to Creative Cloud. However, I believe if you still qualify, you're offered a discount on Creative Cloud.
    Adobe Creative Cloud for students and teachers | Adobe

  • Where can I find Java for my iMac OS X 10.7.2? I would like to print coupons....

    Where can I find Java for my iMac OS X 10.7.2? I'd like to print coupons and the pop-up says that Apple has their own version of Java. I don't even know what it's called!

    download from here: http://mac.softpedia.com/get/System-Utilities/Java.shtml.  Only click this download button
    ignore all the other ones.

  • Where can i find drivers for hp photosmart 5510 for mac 10.7.2?

    Hi!Pls, help me in my problem.
    where can i find drivers for hp photosmart 5510 for mac 10.7.2?
    and how can i connect printer with mac (lion)

    Uh, did you try HP?
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=mp-96135-2 &cc=us&dlc=en&lc=en&os=219&product=5063582&sw_lang=
    It claims to work with Lion.

  • I wanna get a UML Case Tools, where can i find one for free or opensource?

    Hi, Merry X.Mas!!!
    I wanna get a UML Case Tools, where can i find one for free or opensource?
    Merry X.Mas!!!

    Hi,
    There is one more tool by name Enterprise Architect which supports UML2.0. A 30days eval copy is available. You can try hands on it.

  • Where  can i find table for field condition rating

    hi all ,
    where  can i find table for field condition rating& its decription, please help me
    thanks in advance to all

    Hi Jurgen
    thanks for the Quick reply and what shoud be the table for the field
    gopal

  • Where can I find updates for CS4 Web Premium?

    Where can I find updates for CS4 Web Premium?
    I've tried to update in the Help menu.

    Which specific updates are you looking for?

  • Where can I find apps for an older itouch?

    Where can I find apps for an older itouch?

    If you have the 1G iPod that can only go as high as 3.1.3.  You get that here not through iTunes update.
    Purchasing iOS 3.1 Software Update for iPod touch (1st generation)

Maybe you are looking for

  • Poor quality glossy LCD screen

    I'm really disappointed by the quality of the glossy LCD screen on my MacBook Pro. I have at least 15 grey 'dots' (the Genius at the Genius Bar said they're not really pixels since they're not completely square in shape), one clearly dead pixel, and

  • Sony Playstation 3

    Hi I´m not sure i´m in the rigth discussion so please correct me if i´m "lost"... I ´m planning to get a PS3 and i was wonder if i could use OS X for a platform. At least the Safari instead of Internet explorer/mozilla firefox. I do not have much of

  • How do i get my music from the icloud to verizon cloud

    I am trying to export my music from my Itunes library to verizon cloud.  How do I do that?

  • IDOCs identification of fields Using qualifier for Mapping

    Hi All,             I have IDOC ORDERS05, in which my  Quatation deadline date E1EDK03 , in which in IDOC when i trigger and check in WE19 i can see E1EDK03 repeating 3 times with different qualifier , i need to Map tp my target structure , i dont kn

  • Brand new MBP with a problem...

    We just bought a 15" MBP 2.0 today for my wife and had them install an extra gig at the store. We brought it home and she immediately began downloading the updates. While downloading she was poking around with Safari. About 3/4 of the way through the