Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.turbine.services.jsp.tags.* (6)org.apache.turbine.services.jsp.util.* (3)

org.apache.turbine.services.jsp: Javadoc index of package org.apache.turbine.services.jsp.


Package Samples:

org.apache.turbine.services.jsp.util: JSP Service is used to provide Turbine with a Java Server page (JSP) based view.  
org.apache.turbine.services.jsp.tags

Classes:

JspLink: A customized version of the DynamicURI to be used in JSP templates. This is automatically inserted into the request so page authors can create links in templates. Here's an example of its use: This would return: http://foo.com/myapp/servlet/Turbine/key/value/template/index.jsp
JspNavigation: Returns output of a Navigation module. An instance of this is placed in the request by the JspLayout. This allows template authors to set the navigation template they'd like to place in their templates. Here's how it's used in a JSP template: ...
BodyTag: Supporting class for the body tag. Tags that surround the screen content that will replace the <x:screen section="body" /> tag in a layout template. An optional attributes parameter can be used to set the value of the <x:bodyAttributes />, which can also be in the layout. Example usage: <x:body attributes='onLoad="jsfunc()"'> some html content </x:body>
JspScreenPlaceholder: Returns output of a Screen module. An instance of this is placed in the request by the JspLayout. This allows template authors to place the screen template within the layout. Here's how it's used in a JSP template: ...
BodyAttributesTag: Supporting class for the bodyAttributes tag. Sends the contents of the a screen's body tag's attributes parameter to the output stream. If the screen did not set the attributes parameter, a default may be used if specified in this tag. Example usage: <body <x:bodyAttributes default='onLoad="jsfunc()"' />>
NavigationTag: Supporting class for the bodyAttributes tag. Sends the contents of the a screen's body tag's attributes parameter to the output stream. If the screen did not set the attributes parameter, a default may be used if specified in this tag. Example usage: <body <x:bodyAttributes default='onLoad="jsfunc()"' />>
ScreenTag: Supporting class for the screen tag. Sends the content between the screen's body or head tags to the output stream. The decision to output the head or body contents is decided by the section parameter. Example usage: <x:screen section="head" />
HeadTag: Supporting class for the head tag. Tags that surround the screen content that will replace the <x:screen section="head" /> tag in a layout template. Example usage: <x:head><title>Login</title></x:head>
TemplateLinkTag: Supporting class for the TemplateLink tag. Uses the TemplateLink class to construct a URI
TurbineJspService: This is a Service that can process JSP templates from within a Turbine screen.
JspService: Implementations of the JspService interface.
TurbineJsp: Facade class for the Jsp Service.

Home | Contact Us | Privacy Policy | Terms of Service