Author: akazakov
Date: 2009-05-19 11:42:32 -0400 (Tue, 19 May 2009)
New Revision: 15348
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/PageContextFactory.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-2808
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/PageContextFactory.java
===================================================================
---
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/PageContextFactory.java 2009-05-19
15:37:40 UTC (rev 15347)
+++
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/PageContextFactory.java 2009-05-19
15:42:32 UTC (rev 15348)
@@ -27,4 +27,15 @@
// TODO
return null;
}
+
+ /**
+ * Creates a facelet context for given resource and offset.
+ * @param file
+ * @param offset
+ * @return
+ */
+ public static IFaceletPageContext createFaceletPageContext(IFile file, int offset) {
+ // TODO
+ return null;
+ }
}
\ No newline at end of file