PTC Arbortext Publishing Engine Programmer's Guide (PTC Arbortext Publishing Engine 程式設計師指南) > The Arbortext Publishing Engine Sub-Process > Writing Arbortext PE 應用程式s in Java > Creating a Java Arbortext PE 應用程式 > The doGet Method
  
The doGet Method
The doGet method is called by the Arbortext PE 子流程 to handle an Arbortext Publishing Engine HTTP GET request. Its request parameter is an object containing all available information about the HTTP request.
The doGet method builds an HTTP response by calling methods of the response object.