ch. 10 custom tag development

8
Chapter 10 Custom Tag Development

Upload: manolis-vavalis

Post on 06-Jul-2015

311 views

Category:

Education


0 download

TRANSCRIPT

Page 1: Ch. 10 custom tag development

Chapter  10

Custom  Tag  Development

Page 2: Ch. 10 custom tag development

<jsp:include>  &<c:import>   could  be  messy

Page 3: Ch. 10 custom tag development

Parameters?

Page 4: Ch. 10 custom tag development

Attribute  directive

Page 5: Ch. 10 custom tag development

Long  attributes  through  “doBody”

Page 6: Ch. 10 custom tag development

Where  are  the  tags?

Page 7: Ch. 10 custom tag development

Make  a  tag  

handler

Page 8: Ch. 10 custom tag development

Tag  API