Serialized Form


Package org.apache.portals.bridges.struts

Class org.apache.portals.bridges.struts.PortletServlet extends org.apache.struts.action.ActionServlet implements Serializable

Class org.apache.portals.bridges.struts.StrutsPortletErrorContext extends Object implements Serializable

Serialized Fields

errorCode

int errorCode

errorMessage

String errorMessage

error

Exception error

Class org.apache.portals.bridges.struts.StrutsPortletRenderContext extends Object implements Serializable

Serialized Fields

path

String path

dispatchNamed

boolean dispatchNamed

actionForm

org.apache.struts.action.ActionForm actionForm

requestCancelled

boolean requestCancelled

messages

org.apache.struts.action.ActionMessages messages

errors

org.apache.struts.action.ActionMessages errors


Package org.apache.portals.bridges.struts.taglib

Class org.apache.portals.bridges.struts.taglib.ELFormTag extends org.apache.strutsel.taglib.html.ELFormTag implements Serializable

Class org.apache.portals.bridges.struts.taglib.ELImageTag extends org.apache.strutsel.taglib.html.ELImageTag implements Serializable

Class org.apache.portals.bridges.struts.taglib.ELImgTag extends org.apache.strutsel.taglib.html.ELImgTag implements Serializable

Class org.apache.portals.bridges.struts.taglib.ELLinkTag extends org.apache.strutsel.taglib.html.ELLinkTag implements Serializable

Serialized Fields

urlType

PortletURLTypes.URLType urlType
Indicates which type of a url must be generated: action, render or resource.

If not specified, the type will be determined by PortletURLTypes.getType(String)

.


actionURL

String actionURL

renderURL

String renderURL

resourceURL

String resourceURL

Class org.apache.portals.bridges.struts.taglib.ELRewriteTag extends org.apache.strutsel.taglib.html.ELRewriteTag implements Serializable

Serialized Fields

urlType

PortletURLTypes.URLType urlType
Indicates which type of a url must be generated: action, render or resource.

If not specified, the type will be determined by PortletURLTypes.getType(String)

.


actionURL

String actionURL

renderURL

String renderURL

resourceURL

String resourceURL

Class org.apache.portals.bridges.struts.taglib.FormTag extends org.apache.struts.taglib.html.FormTag implements Serializable

Class org.apache.portals.bridges.struts.taglib.ImageTag extends org.apache.struts.taglib.html.ImageTag implements Serializable

Class org.apache.portals.bridges.struts.taglib.ImgTag extends org.apache.struts.taglib.html.ImgTag implements Serializable

Class org.apache.portals.bridges.struts.taglib.LinkTag extends org.apache.struts.taglib.html.LinkTag implements Serializable

Serialized Fields

urlType

PortletURLTypes.URLType urlType
Indicates which type of a url must be generated: action, render or resource.

If not specified, the type will be determined by PortletURLTypes.getType(String)

.

Class org.apache.portals.bridges.struts.taglib.RewriteTag extends org.apache.struts.taglib.html.RewriteTag implements Serializable

Serialized Fields

urlType

PortletURLTypes.URLType urlType
Indicates which type of a url must be generated: action, render or resource.

If not specified, the type will be determined by PortletURLTypes.getType(String)

.

Class org.apache.portals.bridges.struts.taglib.ScriptTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

language

String language
The language attribute for the script tag.

Defaults to "Javascript1.1"


src

String src
The script src path.

May contain a relative path (prefixed with one or more ../ elements).



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.