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 Software Development Platform.

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
password org.apache.struts.taglib.html.PasswordTag com.ibm.struts.taglib.html.PasswordTag
con atributo añadido:
  • dir
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
struts-wml.tld cancel No se aplica com.ibm.struts.taglib.wml.CancelTag
error org.apache.struts.taglib.html.ErrorsTag Sin diferencias
form No se aplica com.ibm.struts.taglib.wml.FormTag
go com.ibm.struts.taglib.wml.GoTag
link com.ibm.struts.taglib.wml.LinkTag
option com.ibm.struts.taglib.wml.OptionTag
optionsCollection com.ibm.struts.taglib.wml.OptionsCollectionTag
options com.ibm.struts.taglib.wml.OptionsTag
password com.ibm.struts.taglib.wml.PasswordTag
postfield com.ibm.struts.taglib.wml.PostfieldTag
rewrite com.ibm.struts.taglib.html.RewriteTag
select com.ibm.struts.taglib.wml.SelectTag
text com.ibm.struts.taglib.wml.TextTag
wml com.ibm.struts.taglib.wml.WmlTag
Conceptos relacionados
Aplicaciones de portlet Struts
Creación de portlets y proyectos de Struts
Creación de aplicaciones Web de acceso a datos utilizando Struts
Tareas relacionadas
Creación de proyectos de portlet Struts
Creación de archivos JSP portlet Struts
Creación de aplicaciones de Struts

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