KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > weblogic > servlet > internal > WebAppServletContext


1 package weblogic.servlet.internal;
2
3 public class WebAppServletContext {
4     // type stub only
5

6     public String JavaDoc getName() {
7         throw new AssertionError JavaDoc();
8     }
9
10 }
11
Popular Tags