home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / ftp.editplus.com.tar / ftp.editplus.com / epp220_en.exe / jsp.stx < prev    next >
Text File  |  2004-01-05  |  2KB  |  192 lines

  1. #TITLE=JSP
  2. ; JSP syntax file written by ES-Computing.
  3.  
  4. #DELIMITER=,(){}[]-+*%/="'~!&|<>?:;.
  5. #QUOTATION1='
  6. #QUOTATION2="
  7. #CONTINUE_QUOTE=n
  8. #LINECOMMENT=//
  9. #COMMENTON=/*
  10. #COMMENTOFF=*/
  11. #ESCAPE=\
  12. #CASE=y
  13. #HTML_EMBEDDED=y
  14. #SCRIPT_BEGIN=<%
  15. #SCRIPT_END=%>
  16. #NUMBER_PATTERN=cpp
  17.  
  18. #KEYWORD=Reserved words
  19. abstract
  20. break
  21. byte
  22. boolean
  23. catch
  24. case
  25. class
  26. char
  27. continue
  28. default
  29. double
  30. do
  31. else
  32. extends
  33. false
  34. final
  35. float
  36. for
  37. finally
  38. if
  39. import
  40. implements
  41. int
  42. interface
  43. instanceof
  44. long
  45. length
  46. native
  47. new
  48. null
  49. package
  50. private
  51. protected
  52. public
  53. final
  54. return
  55. switch
  56. synchronized
  57. short
  58. static
  59. super
  60. try
  61. true
  62. this
  63. throw
  64. throws
  65. threadsafe
  66. transient
  67. void
  68. while
  69.  
  70. #KEYWORD=Predifined classes
  71. ; java.lang
  72. Boolean
  73. Character
  74. Class
  75. ClassLoader
  76. Cloneable
  77. Double
  78. ExceptionInInitializerError
  79. Float
  80. Integer
  81. Long
  82. Math
  83. Number
  84. Object
  85. Process
  86. Runnable
  87. Runtime
  88. SecurityManager
  89. String
  90. StringBuffer
  91. System
  92. Thread
  93. ThreadGroup
  94. Throwable and its Subclasses
  95.  
  96. ; java.util
  97. BitSet
  98. Date
  99. Dictionary
  100. EmptyStackException
  101. Enumeration
  102. Hashtable
  103. NoSuchElementException
  104. Observable
  105. Observer
  106. Properties
  107. Random
  108. Stack
  109. StringTokenizer
  110. Vector
  111.  
  112. ; java.io
  113. BufferedInputStream
  114. BufferedOutputStream
  115. ByteArrayInputStream
  116. ByteArrayOutputStream
  117. DataInput
  118. DataInputStream
  119. DataOutput
  120. DataOutputStream
  121. EOFException
  122. File
  123. FileDescriptor
  124. FileInputStream
  125. FilenameFilter
  126. FileNotFoundException
  127. FileOutputStream
  128. FilterInputStream
  129. FilterOutputStream
  130. InputStream
  131. InterruptedIOException
  132. IOException
  133. LineNumberInputStream
  134. OutputStream
  135. PipedInputStream
  136. PipedOutputStream
  137. PrintStream
  138. PushbackInputStream
  139. RandomAccessFile
  140. SequenceInputStream
  141. StreamTokenizer
  142. StringBufferInputStream
  143. UTFDataFormatException
  144.  
  145. ; javax.servlet
  146. GenericServlet
  147. RequestDispatcher
  148. Servlet
  149. ServletConfig
  150. ServletContext
  151. ServletException
  152. ServletInputStream
  153. ServletOutputStream
  154. ServletRequest
  155. ServletResponse
  156. SingleThreadModel
  157. UnavailableException
  158.  
  159. ; javax.servlet.http
  160. Cookie
  161. HttpServlet
  162. HttpServletRequest
  163. HttpServletResponse
  164. HttpSession
  165. HttpSessionBindingEvent
  166. HttpSessionBindingListener
  167. HttpSessionContext
  168. HttpUtils
  169.  
  170. ; javax.servlet.jsp
  171. HttpJspPage
  172. JspEngineInfo
  173. JspError
  174. JspException
  175. JspFactory
  176. JspPage
  177. JspWriter
  178. PageContext
  179.  
  180. ; javax.servlet.jsp.tagext
  181. BodyContent
  182. BodyTag
  183. BodyTagSupport
  184. Tag
  185. TagAttributeInfo
  186. TagData
  187. TagExtraInfo
  188. TagInfo
  189. TagLibraryInfo
  190. TagSupport
  191. VariableInfo
  192. #