You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

toc_ajprogguide.xml 5.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <toc label="AspectJ Programming Guide">
  2. <topic label="Preface" href="doc/progguide/preface.html"/>
  3. <topic label="1. Getting Started with AspectJ" href="doc/progguide/starting.html">
  4. <topic label="Introduction" href="doc/progguide/starting.html#starting-intro"/>
  5. <topic label="Introduction to AspectJ" href="doc/progguide/starting-aspectj.html">
  6. <topic label="The Dynamic Join Point Model" href="doc/progguide/starting-aspectj.html#d0e181"/>
  7. <topic label="Pointcuts" href="doc/progguide/starting-aspectj.html#d0e194"/>
  8. <topic label="Advice" href="doc/progguide/starting-aspectj.html#d0e304"/>
  9. <topic label="Inter-type declarations" href="doc/progguide/starting-aspectj.html#d0e422"/>
  10. <topic label="Aspects" href="doc/progguide/starting-aspectj.html#d0e491"/>
  11. </topic>
  12. <topic label="Development Aspects" href="doc/progguide/starting-development.html">
  13. <topic label="Tracing" href="doc/progguide/starting-development.html#d0e513"/>
  14. <topic label="Profiling and Logging" href="doc/progguide/starting-development.html#d0e541"/>
  15. <topic label="Pre- and Post-Conditions" href="doc/progguide/starting-development.html#d0e586"/>
  16. <topic label="Contract Enforcement" href="doc/progguide/starting-development.html#d0e624"/>
  17. <topic label="Configuration Management" href="doc/progguide/starting-development.html#d0e658"/>
  18. </topic>
  19. <topic label="Production Aspects" href="doc/progguide/starting-production.html">
  20. <topic label="Change Monitoring" href="doc/progguide/starting-production.html#d0e671"/>
  21. <topic label="Context Passing" href="doc/progguide/starting-production.html#d0e742"/>
  22. <topic label="Providing Consistent Behavior" href="doc/progguide/starting-production.html#starting-production-consistentBehavior"/>
  23. </topic>
  24. <topic label="Conclusion" href="doc/progguide/starting-conclusion.html"/>
  25. </topic>
  26. <topic label="2. The AspectJ Language" href="doc/progguide/language.html">
  27. <topic label="Introduction" href="doc/progguide/language.html#language-intro"/>
  28. <topic label="The Anatomy of an Aspect" href="doc/progguide/language-anatomy.html">
  29. <topic label="An Example Aspect" href="doc/progguide/language-anatomy.html#d0e863"/>
  30. <topic label="Pointcuts" href="doc/progguide/language-anatomy.html#d0e880"/>
  31. <topic label="Advice" href="doc/progguide/language-anatomy.html#d0e923"/>
  32. </topic>
  33. <topic label="Join Points and Pointcuts" href="doc/progguide/language-joinPoints.html">
  34. <topic label="Some Example Pointcuts" href="doc/progguide/language-joinPoints.html#d0e1018"/>
  35. <topic label="call vs. execution" href="doc/progguide/language-joinPoints.html#d0e1288"/>
  36. <topic label="Pointcut composition" href="doc/progguide/language-joinPoints.html#d0e1334"/>
  37. <topic label="Pointcut Parameters" href="doc/progguide/language-joinPoints.html#d0e1438"/>
  38. <topic label="Example: Handle Liveness" href="doc/progguide/language-joinPoints.html#d0e1564"/>
  39. </topic>
  40. <topic label="Advice" href="doc/progguide/language-advice.html"/>
  41. <topic label="Inter-type declarations" href="doc/progguide/language-interType.html">
  42. <topic label="Inter-type Scope" href="doc/progguide/language-interType.html#d0e1812"/>
  43. <topic label="Example: Point Assertions" href="doc/progguide/language-interType.html#d0e1837"/>
  44. </topic>
  45. <topic label="thisJoinPoint" href="doc/progguide/language-thisJoinPoint.html"/>
  46. </topic>
  47. <topic label="3. Examples" href="doc/progguide/examples.html">
  48. <topic label="Introduction" href="doc/progguide/examples.html#examples-intro"/>
  49. <topic label="Obtaining, Compiling and Running the Examples" href="doc/progguide/examples-howto.html"/>
  50. <topic label="Basic Techniques" href="doc/progguide/examples-basic.html">
  51. <topic label="Join Points and thisJoinPoint" href="doc/progguide/examples-basic.html#examples-joinPoints"/>
  52. <topic label="Roles and Views" href="doc/progguide/examples-basic.html#examples-roles"/>
  53. </topic>
  54. <topic label="Development Aspects" href="doc/progguide/examples-development.html">
  55. <topic label="Tracing using aspects" href="doc/progguide/examples-development.html#d0e2474"/>
  56. </topic>
  57. <topic label="Production Aspects" href="doc/progguide/examples-production.html">
  58. <topic label="A Bean Aspect" href="doc/progguide/examples-production.html#d0e2676"/>
  59. <topic label="The Subject/Observer Protocol" href="doc/progguide/examples-production.html#d0e2858"/>
  60. <topic label="A Simple Telecom Simulation" href="doc/progguide/examples-production.html#d0e2995"/>
  61. </topic>
  62. <topic label="Reusable Aspects" href="doc/progguide/examples-reusable.html">
  63. <topic label="Tracing using Aspects, Revisited" href="doc/progguide/examples-reusable.html#d0e3339"/>
  64. </topic>
  65. </topic>
  66. <topic label="4. Idioms" href="doc/progguide/idioms.html">
  67. <topic label="Introduction" href="doc/progguide/idioms.html#idioms-intro"/>
  68. </topic>
  69. <topic label="5. Pitfalls" href="doc/progguide/pitfalls.html">
  70. <topic label="Introduction" href="doc/progguide/pitfalls.html#pitfalls-intro"/>
  71. <topic label="Infinite loops" href="doc/progguide/pitfalls-infiniteLoops.html"/>
  72. </topic>
  73. <topic label="Implementation Limitations" href="doc/progguide/limitations.html"/>
  74. </toc>