j2ee web fundamentals lesson 10 custom tags

18
J2EE Web Fundamentals Lesson 10 Custom Tags Instructor: Dr. Segun Adekile

Upload: carrington

Post on 14-Feb-2016

31 views

Category:

Documents


1 download

DESCRIPTION

J2EE Web Fundamentals Lesson 10 Custom Tags. Instructor: Dr. Segun Adekile. Outline. Objectives Course Text Book Basham, Bryan; Sierra, Kathy; Bates, Bert (2012-10-30). Head First Servlets and JSP (Kindle Location 1349). O'Reilly Media. Kindle Edition. Custom Tags. Objectives. Agenda. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: J2EE Web Fundamentals Lesson 10 Custom Tags

J2EE Web FundamentalsLesson 10

Custom Tags

Instructor: Dr. Segun Adekile

Page 2: J2EE Web Fundamentals Lesson 10 Custom Tags

Outline

• Objectives• Course Text Book– Basham, Bryan; Sierra, Kathy; Bates, Bert (2012-

10-30). Head First Servlets and JSP (Kindle Location 1349). O'Reilly Media. Kindle Edition.

• Custom Tags

Page 3: J2EE Web Fundamentals Lesson 10 Custom Tags

Objectives

Page 4: J2EE Web Fundamentals Lesson 10 Custom Tags

Agenda

• Introduction• Using a Custom Tag• Custom Tag Handler• <rtexprvalue>• Tag Body• Taglib URI• TLDs

Page 5: J2EE Web Fundamentals Lesson 10 Custom Tags

Custom Tags

Page 6: J2EE Web Fundamentals Lesson 10 Custom Tags

Custom Tags

Page 7: J2EE Web Fundamentals Lesson 10 Custom Tags

The TLD

Page 8: J2EE Web Fundamentals Lesson 10 Custom Tags

Using a Custom Tag

Page 9: J2EE Web Fundamentals Lesson 10 Custom Tags

Custom Tag Handler

Page 10: J2EE Web Fundamentals Lesson 10 Custom Tags

<rtexprvalue>

Page 11: J2EE Web Fundamentals Lesson 10 Custom Tags

<rtexprvalue>

Page 12: J2EE Web Fundamentals Lesson 10 Custom Tags

Tag Body

Page 13: J2EE Web Fundamentals Lesson 10 Custom Tags

Tag Body

Page 14: J2EE Web Fundamentals Lesson 10 Custom Tags

Custom Tags

Page 15: J2EE Web Fundamentals Lesson 10 Custom Tags

Taglib URI

Page 16: J2EE Web Fundamentals Lesson 10 Custom Tags

TLDs

Page 17: J2EE Web Fundamentals Lesson 10 Custom Tags

TLDs

Page 18: J2EE Web Fundamentals Lesson 10 Custom Tags

Recap