The javax.servlet.ServletContext interface represents a Servlet's view of the Web Application it belongs to. Through the ServletContext interface, a Servlet can access raw input streams to Web Application resources, virtual directory translation, a common mechanism for logging information, and an application scope for binding objects.
Individual container vendors provide specific implementations of ServletContext objects, but they all provide the same functionality defined by the ServletContext interface.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.