Diferencias entre las clases de biblioteca de códigos Struts 1.1 y SPF

En este tema se describen las diferencias entre las bibliotecas de códigos de Apache Struts 1.1 y las bibliotecas de códigos de la Infraestructura portlet Struts (SPF) que se proporcionan en Rational Developer.

Diferencias en las clases de códigos

TLD Código Clase Struts 1.1 Clase SPF
struts-bean.tld include org.apache.struts.taglib.bean.IncludeTag com.ibm.struts.taglib.bean.IncludeTag
struts-html.tld cancel org.apache.struts.taglib.html.CancelTag com.ibm.struts.taglib.html.CancelTag
file org.apache.struts.taglib.html.FileTag com.ibm.struts.taglib.html.FileTag
con atributo añadido:
  • dir
form org.apache.struts.taglib.html.FormTag com.ibm.struts.taglib.html.FormTag
con los atributos añadidos:
  • urlType
  • windowState
  • validate
  • focusTimeout
  • portletMode
  • generateMarkup
frame org.apache.struts.taglib.html.FrameTag com.ibm.struts.taglib.html.FrameTag
html org.apache.struts.taglib.html.HtmlTag com.ibm.struts.taglib.html.HtmlTag
javascript org.apache.struts.taglib.html.JavascriptValidatorTag com.ibm.struts.taglib.html.JavascriptValidatorTag
link org.apache.struts.taglib.html.LinkTag com.ibm.struts.taglib.html.LinkTag
con los atributos añadidos:
  • urlType
  • windowState
  • portletMode
rewrite org.apache.struts.taglib.html.RewriteTag com.ibm.struts.taglib.html.RewriteTag
select org.apache.struts.taglib.html.SelectTag com.ibm.struts.taglib.html.SelectTag
con atributo añadido:
  • dir
text org.apache.struts.taglib.html.TextTag com.ibm.struts.taglib.html.TextTag
con atributo añadido:
  • dir
textarea org.apache.struts.taglib.html.TextareaTag com.ibm.struts.taglib.html.TextareaTag
con atributo añadido:
  • dir
struts-logic.tld forward org.apache.struts.taglib.logic.ForwardTag com.ibm.struts.taglib.logic.ForwardTag
redirect org.apache.struts.taglib.logic.RedirectTag com.ibm.struts.taglib.logic.RedirectTag
struts-nested.tld form org.apache.struts.taglib.nested.html.NestedFormTag com.ibm.struts.taglib.nested.html.NestedFormTag
link org.apache.struts.taglib.nested.html.NestedLinkTag com.ibm.struts.taglib.nested.html.NestedLinkTag
struts-template.tld   Sin diferencias
struts-tiles.tld insert org.apache.struts.taglib.tiles.InsertTag com.ibm.struts.taglib.tiles.InsertTag
Bibliotecas de códigos adicionales (Exclusivas de SPF)
struts-portal-html.tld body No se aplica com.ibm.struts.taglib.html.BodyTag
head com.ibm.struts.taglib.html.HeadTag
script com.ibm.struts.taglib.html.ScriptTag
struts-portal-wml.tld card No se aplica com.ibm.struts.taglib.wml.CardTag
head com.ibm.struts.taglib.wml.HeadTag

Conceptos relacionados
Aplicaciones de portlet Struts
Creación de portlets y proyectos de Struts
Aplicaciones Web basadas en Struts - Visión general

Tareas relacionadas
Creación de proyectos de portlet Struts
Creación de archivos JSP portlet Struts
Creación de aplicaciones Web bien diseñadas utilizando Struts

(C) Copyright IBM Corporation 2002, 2005. Reservados todos los derechos.