Page control layout method and apparatus
Patent Information
- Authority / Receiving Office
- CN · China
- Current Assignee / Owner
- 武建强
- Publication Date
- 2009-07-01
- Estimated Expiration
- Not applicable · inactive patent
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The present invention relates to the technical field of page layout, in particular to a method for realizing page control layout through Java service page (JSP: JavaServer Page) tags and a corresponding method for generating Hypertext Markup Language (HTML: HyperText Markup Language) codes through JSP tags device. Background technique
[0002] At present, in order to simplify the difficulty of writing HTML codes and enable developers to develop pages according to the writing habits of page controls, the application of generating page controls through JSP tag technology is becoming more and more common. In these applications, implementing page control layout through JSP tags is an important content, usually using the following two methods:
[0003] 1. Use the HTML code directly to implement the layout requirements, and nest the JSP tags in the layout code. Examples are as follows:
[0004] <xxx:a / > <xxx:b / > In the abov...