Document about java portlet CSS class

Is there a document to list/explain all the available CSS classes available to java portlet?
For example I know that I can use:
<span class="PortletHeading1">Name</span>
Whatelse?
Thanks.

Here you find the PDK-Java constants (and this one is for PL/SQL).
In case you're interested in the internal names of the font classes, take a look at the CSS generated for your portal pages. There is a reference to it somewhere on the top of your portal pages:
<link REL=Stylesheet TYPE="text/css" HREF="CSS_URL">Copy the <CSS_URL> into your browser and it lists all the classes and their definitions for you.
Hope it helps,
Peter

Similar Messages

  • About java.lang.Process class?

    hi, i am executing one batch file (it contains 2 executable statements) through java.lang.Runtime class exec method like this..Process p1=r.exec("cmd /K start .\\Skeletons\\reports\\FormatFiles\\"+strDTab+".bat");.. i want to get the output of this process is it success, failure or suspect?. how to use the waitFor() method of Process class in this situation?. and also the execution of the batch program will give some status (if fail it will throw some exception), i want to catch the status. depending on the status i will decide proceed to further statements or not?..

    You use waitFor() by calling it on the process you get back from the exec()
    If you want examples use google to find them.

  • Java.lang.LinkageError: Class org/jdom/Document

    I run my program in developemnt its working... but its working in production it throws these below mention error.... Any one help me to olve this problem.....
    Exception : java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
         java.rmi.RemoteException: ; nested exception is:
         java.lang.LinkageError: Class org/jdom/Document violates loader constraints: parent and child already loaded different classes

    What program is this? Something you wrote in Java? If so, you're posting to a forum that can't help you. We deal with Messagng Server here, not Java programming. . .

  • Where can I find the detail document about certain method of a class?????

    Moved to correct forum by moderator
    Hi everyone,
    where can I find the detail document about certain method of a class?????
    e.g.  the class CL_GUI_ALV_GRID , when I was going through the class and looking
    at the methods, sometimes the method description is just like the method name,
    and I cannot know what the method does. 
      so, I am wondering  where I can find the detail information about the class???
    Edited by: Matt on Dec 4, 2008 11:55 AM

    Hi,
    Most of the times the SAP itself provides the documentaion of the CLASS. when you click on the METHOD name the METHOD DOCUMENTATION button you can see on the application tool bar.
    more over the names of the methods suggest what it is going to do.
    SET_ATTRIBUTE( sets the attribute)
    GET_ATTRIBUTE( gets the attribute value that is provided to the method)
    GET_CHILDNODE
    BIND_TABLE
    etc
    like this
    regards
    Ramchander Rao.K

  • Documentation about CSS class

    Hi Experts,
    Do you have/know any document relative CSS class because I need it for formatting my webpage.
    Thanks and advance
    Hieu

    Hi,
    Refer to this:
    http://www.oracle.com/technology/tech/blaf/specs/textStandards.html
    Thanks,
    Gaurav

  • How to let Trinidad Tag use outside css classes instead of skin?

    In my project, we asked vendor company to create the UI and css of the whole web application. We are using Trinidad in the project, trinidad use skin to customize the look and feel of the page. Since we have already had a set of css classes, we don't want to apply these css classes to the trinidad skin one by one. Is that a solution to achieve that?

    Can we now use jdk 1.5 with Studio Creator? I tried setting the AS_JAVA in
    C:\Sun\Creator\SunAppServer8\config\asenv.bat
    set AS_JAVA=C:\Program Files\Java\jdk1.5.0_04
    however in the help about still says its running 1.4
    There must be someway to use 1.5 with the new version of Creator or no?
    R
    S

  • Java Portlet and j_security_check

    I am trying to create a standard login portlet with form based
    authentication. I specified j_security_check as the action. However, I
    always get action not found:( Is it possible to use j_security_check? Any
    ideas or suggestions?

    Hi,
    What about the 168 login example under the Tutorial App:
    \install_dir\weblogic81\samples\portal\portalApp\tutorial\168\portlets\loginAlso see the LoginPortlet.java class under:
    \install_dir\weblogic81\samples\portal\portalApp\tutorial\WEB-INF\src\com\bea\portlet\loginRegards,
    --alex
    "Carl" <[email protected]> wrote:
    Thanks Alex. I am able to get the login portlet working like the examples
    with the Authentication class. But, in the spirit of JSR 168 Java Portlet,
    I am trying to get the same example working with standard servlet based
    form
    security (i.e., with j_security_check). Any ideas or suggestions?
    "alex toussaint" <[email protected]> wrote in message
    news:[email protected]..
    Hi Carl,
    You may want to take a look at the config files for the Tutorial Appat:
    \install_dir\weblogic81\samples\portal\portalAppAlso may want to check the forms login porlet in the Tutorial App locatedat:
    \install_dir\weblogic81\samples\portal\portalApp\tutorial\portlets\loginRegards,
    --alex
    "Carl" <[email protected]> wrote:
    I am trying to create a standard login portlet with form based
    authentication. I specified j_security_check as the action. However,
    I
    always get action not found:( Is it possible to use j_security_check?
    Any
    ideas or suggestions?

  • Building and Deploying Java Portlets

    I want to build a java portlet, the typical HelloworldApp.class. I've created the provider.xml file, the HelloWorldApp.class and I'm ready to deploy the provider. I follow the orders of the "How to build a Java Portlet" document. Then I go to the "Configuring OC4J" section where it says to refer tha article "Packaging and Deploying your provider". There, in the "Packaging your Provider" paragraph, says: 2. extract the template war file..." Where is that file?? Can anybody help. It's supposed to be an easy procedure. Isn't it? The same prosedure is followed to build a jsp portlet and a servlet portlet. Please help!!!
    Best Regards
    George Drepaniotis

    hi
    template.war file is in pdk.zip.
    it is in the template.ear file. when you extract template.ear file you can see that.
    i waste very much time to find it.i understand that
    oracle help documents are so complex and not clear.
    there are many products versions.and there is no organization to productbased documentation.
    if you know how to create .war and .ear file in windows200 please announce me.
    best regards

  • Adding custom css classes from within edge animate

    is it possible to add  CSS classes from within Edge Animate, im not talking about adding your own stylesheet by ex. manually editing the .html document, but rather adding classes via ex. the code window ?, it would be immensely helpful to have everything in one place.
    any suggestions on this one ?

    Yes - you can use addclass() and you can use UI.
    1- UI
    Select elements in elements panel. Click the C button in the property panel.
    Use this for example
    sym.$('.classname').css({'color':'red'});
    2- addclaas()
    sym.$("name').addclass('classname');
    Use same as above.
    On Sat, Apr 25, 2015 at 8:56 AM mads18950258 <[email protected]>

  • Remote Debugging Java Portlets

    Dear experts,
    I am a newbie to JDeveloper and Oracle9iAS Portal.
    I created some Java Portlets with the JDev and the Portlet Wizard and would like to debug them when they are executed in the Portal.
    Any help on how to setup the remote debugging? Are there any documents about this out there?
    Your help is much appreciated.
    Cheers,
    Erik

    Erik,
    This is something we are looking at for enhancements for the Java Portlet Wizard, but for now you remote debugging from the Oracle9iAS OPMN. You can find out more about it here:
    http://otn.oracle.com/tech/java/oc4j/htdocs/oc4j-logging-debugging-technote.html
    Sue Vickers

  • How to export/import customization infromation from a java portlet?

    I created a java portlet using the methods in oracle.portal.provider.v2.personalize and oracle.portal.provider.v2.preference packages as described in the document adding.customization.pdk.java.v2.html. I am using DBPreferenceStore instead of FilePreferenceStore for my application.
    When I am migrating from development to production, how do I export/import the portlet customizations to the new environment along with the pages?

    Here is an Oracle doc explaining how to use PrefenceStores (File and limited DB)
    http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/ARTICLES/HOW.TO.USE.PDKJAVA.PREFSTORE.V2.HTML
    But more directly applicable, the last paragraph of the API class documentation for DBPreferenceStore explains the information needed to do this.
    http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/JPDK/apidoc/oracle/portal/provider/v2/preference/DBPreferenceStore.html
    It explains what table is used to store the data, the default is "JPDK_PREFERENCE_STORE2". And explains that if you use your own, you have to specify the table name in the provider.xml. Since you don't seem to know which table, the implication is that you used the default (and were lucky enough that it was installed...it wasn't on my install of the jpdk).
    You should be able to extract the appropriate data from the "JPDK_PREFERENCE_STORE2" table.
    I hope this helps.

  • Selecting css class - conditional statements

    Hi,
    In my JSF app, there are several places where I would like to determine what css class to use depending on the outcome of a conditional statement. The rendered attribute would be possible to use, but will give a lot of redundant code (consider the example below).
    <h:panelGrid columns="2" columnClasses="entityList,entityDetails" rendered="#{aBean.someTimes}">
    (lots of code)
    </h:panelGrid/>
    <h:panelGrid columns="2" columnClasses="entityList,entityErrorDetails" rendered="#{aBean.someOtherTimes}">
    (same code)
    </h:panelGrid/>I was putting my hope to <c:choose>, but this does not seem to work with my backing beans... Any ideas how to solve this?
    Best regards,
    Peter

    Thank you for the rapid response!
    You are right, your first example would work - but makes me put css information in my backing bean, which I would rather avoid (if possible).
    About the <c: tags, I don't seem to get it right... Maybe someone can see what I am doing wrong? This is a fragment of my (test) code:
    <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
    <%@ page contentType="text/html;charset=UTF-8" language="java" %>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
    <body>
      <f:view>
        <h:outputText value="#{mainBean.buildResult}"/>
        <c:if test="${mainBean.buildResult == 1}">
           <c:out value="test1"/>
        </c:if>
        <c:if test="#{mainBean.buildResult == 1}">
         <c:out value="test2"/>
        </c:if>
      </f:view>
    </body>The <h:outputText ...> does indeed print "1".

  • Using SSO username/password in java portlet for Database Connection

    Hi all,
    We implemented java portlet with environment Oracle Application server 10.1.2 and Portal 10.1.4
    At present we are picking the database username and password and connect string in properties and our
    java class is reading the properties file and connecting to database to fetch the records.
    Our idea is to not to pick the username/password and connect string from the properties file or
    not to configure the datasource in data_source.xml.
    Our Requirement is who ever login to the Portal(SSO) our java class should pick the sso username/password and
    connect to database to fetch the record(s).
    Because our database users are one to one mapped to sso user(s) of portal.
    We request anyone to guide us how can we do it or suggest any suitable solution for our requirement.
    Thanks
    Dan Tey

    I think this is a no-go, since you cannot retrieve a cleartext password from the OID if I'm correct.

  • Deploying  Jave portlet on Oracle Application Server 10g

    I have installed Oracle 10g Application server, donwloaded and installed JDevleoper 9.0.5.1 and the latest Java Portal Development and as well as the JDeveloper portlet-addin. Now, I followed the instructions from the http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/ARTICLES/BUILD.JSR168.PORTLETS.USING.JAVA.PORTLET.WIZARD.9IJDEVELOPER.HTML
    On using JDeveloper addin wizrd to create a java portlet and so far so good. However, I am stuff on the last bit on deployment. It document says "# Now use the URL provided in the log page at the bottom of JDeveloper to get part of your URL (e.g. http://myserver.uk.oracle.com:8888/my-portlet) and complete the URL.
    http://myserver.uk.oracle.com:8888/my-portlet/portlets?WSDL
    Now use this URL to register your portlet with OracleAS Portal.
    But when i deploy my application (just a test thing), from the deployment tab I get:
    ---- Deployment started. ---- 22-Mar-2005 14:11:27
    Target platform is Oracle Application Server 10g (hotseatConnection).
    Wrote WAR file to C:\work\oracle\MyProject\MyPortlet\deploy\hotseat.war
    Wrote EAR file to C:\work\oracle\MyProject\MyPortlet\deploy\hotseat.ear
    Invoking DCM servlet client...
    C:\Java\j2sdk1.4.2_03\jre\bin\javaw.exe -Djava.protocol.handler.pkgs=HTTPClient -jar C:\Java\JDeveloper9.0.5.1\jdev\lib\oc4j_remote_deploy.jar http://194.83.41.114:1811/Oc4jDcmServletAPI/ ias_admin **** redeploy /u01/app/oracle/product/10.1.0/oraMid_904 C:\work\oracle\MyProject\MyPortlet\deploy\hotseat.ear hotseat
    Initializing log
    Servlet interface for OC4J DCM commands
    Command timeout defined at 600 seconds
    Executing DCM command...
    Executing command redeploy /u01/app/oracle/product/10.1.0/oraMid_904 C:\work\oracle\MyProject\MyPortlet\deploy\hotseat.ear hotseat UNDEFINED
    Command = REDEPLOY
    Reading application's ear file
    Ear file was successfully read
    Opening connection to Oc4jDcmServlet
    Setting userName to ias_admin
    Sending command to DCM servlet
    HTTP response code = 200, HTTP response msg = OK
    Command was successfully sent to Oc4jDcmServlet
    Receiving session id from servlet to check command status
    Session id = c253297271317c3f930003c405ea91ff598582f0be0
    Please, wait for command to finish...
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=c253297271317c3f930003c405ea91ff598582f0be0
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=c253297271317c3f930003c405ea91ff598582f0be0
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=c253297271317c3f930003c405ea91ff598582f0be0
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=c253297271317c3f930003c405ea91ff598582f0be0
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=c253297271317c3f930003c405ea91ff598582f0be0
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=c253297271317c3f930003c405ea91ff598582f0be0
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=c253297271317c3f930003c405ea91ff598582f0be0
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=c253297271317c3f930003c405ea91ff598582f0be0
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=c253297271317c3f930003c405ea91ff598582f0be0
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=c253297271317c3f930003c405ea91ff598582f0be0
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has finished
    Receiving command exit value
    Receiving command output
    **** No output was received from command
    Closing connection to Oc4jDcmServlet
    DCM command completed successfully.
    Output:
    Exit status of DCM servlet client: 0
    Elapsed time for deployment: 1 minute, 45 seconds
    ---- Deployment finished. ---- 22-Mar-2005 14:13:12
    My question is, HOW DO I ACCESS the deployed application, since it didn't specify the URL where it's deployed????
    Many thanks
    P/S
    I have tried:
    http://{myserver}:8888/{my-portlet}/portlets?WSDL but that doesn't work

    Hi FormsEleven,
    When you say you can do this or you have done for demo then considering following directory structure if I have two forms having common form names how it will be resolved?
    Or how the url to access these forms will be?
    As shown in the following structure consider we have Form1 in sub directory1 as well as in sub-directory2 then how the link to access these forms will be?
    - Hosting Directory (formsweb.cfg entry)
      - Sub Directory1
          - Form1
          - Form2 
      - Sub Directory2
          - Form1
          - Form4
      - Sub Directory3
          - Form5
          - Form6

  • How To Add Days into a Date from java.util.Date class

    I have a problem when i wants to add 2 or days into a
    date object geting by java.util.Date class. so please help me resolve this issue?
    for e.g i have a date object having 30/06/2001,
    by adding 2 days i want 02/07/2001 date object ?
    Code
    public class test2
    public static void main(String args[])
    java.util.Date postDate = new java.util.Date();
    myNewDate = postDate /* ?*/;
    Here i want to add 2 date into postDate

    Use Calendar...
    Calendar cal = Calendar.getInstance();
    cal.setTime(new Date());
    cal.add(Calendar.DAY, 2); // I'm not sure about that "DAY"

Maybe you are looking for

  • PDFmaker addin not working in PowerPoint 2010

    I am running Windows 8.1 and  recently upgraded to Acrobat XI.  The pdfmaker addin works fine in Word 2010 but not in PowerPoint.  It is shown but as disabled. When I try to enable it, it shows as present but Unloaded: Clicking OK just returns it as

  • Scheduling not working in InfoView for printing or email

    I recently upgraded from Crystal Report Server XI R1 to Crystal Report Server 2008. My schedules for reports were lost. I rescheduled some using infoview. They ran as scheduled but would not print or email. I had to reschedule them using CMC. They th

  • Custom tax form 1099R overlayed by SAP new tax form with stack changes

    We are implementing stack updates and with these were notes with 2008 Tax Reporter changes.  SAP created a new form under HR_F_1099R, new form HR_F_945-08 (sequence #0006).  We had a custom form zhr_F_1099R_cust that was sequence #0006.  Our custom 1

  • Question about SNRO - Range objects

    Hi experts, i've created a object range from SNRO, and configurate it an interval. But i need Objet works with parameters. For example BUKRS and GJAHR. For each BUKRS/GJAHR, i need the range's inverval restart, or has its particular counter. is this

  • Switched HD to new computer now ethernet won't work [SOLVED]

    Had an old Dell desktop in which the motherboard failed (capacitors leaked), but was able to move the HD into another Dell with a similar architecture (Dell Optiplex GX270 ->Dell Dimension 8400).  Everything seems to work fine except the wired intern