1 20 package org.apache.cactus.server; 21 22 import javax.servlet.jsp.PageContext ; 23 24 import org.apache.cactus.ServletURL; 25 26 33 public class PageContextWrapper extends AbstractPageContextWrapper 34 { 35 44 public PageContextWrapper(PageContext theOriginalPageContext, 45 ServletURL theURL) 46 { 47 super(theOriginalPageContext, theURL); 48 } 49 50 } 52 | Popular Tags |