| com.sun.portal.providers.jsp.JSPProvider com.sun.portal.discussions.providers.DiscussionJSPProvider
DiscussionJSPProvider | public class DiscussionJSPProvider extends JSPProvider (Code) | | This is a DiscussionProvider helper class. The class will have UI helper methods
and portal provider helper methods.
All search specific requirements will be separate. These can either be taglibrary or moved
to search API or a helper bean
|
Methods inherited from com.sun.portal.providers.jsp.JSPProvider | protected File getCompiledJSPPath(ProviderContext pc, String channel, String file) throws ProviderException(Code)(Java Doc) public StringBuffer getContent(HttpServletRequest req, HttpServletResponse res) throws ProviderException(Code)(Java Doc) protected String getContentPage() throws ProviderException(Code)(Java Doc) public StringBuffer getEdit(HttpServletRequest req, HttpServletResponse res) throws ProviderException(Code)(Java Doc) protected String getEditPage() throws ProviderException(Code)(Java Doc) protected File getExistingJSPPath(ProviderContext pc, String channel, String file) throws ProviderException(Code)(Java Doc) protected File getMostSpecificJSPPath(ProviderContext pc, String channel, String file) throws ProviderException(Code)(Java Doc) protected String getProcessPage() throws ProviderException(Code)(Java Doc) protected StringBuffer includeJspPage(String jsp, Hashtable parameters, HttpServletRequest req, HttpServletResponse res) throws ProviderException(Code)(Java Doc) public void init(String n, HttpServletRequest httpreq) throws ProviderException(Code)(Java Doc) public boolean isPresentable(HttpServletRequest req)(Code)(Java Doc) public URL processEdit(HttpServletRequest req, HttpServletResponse res) throws ProviderException(Code)(Java Doc)
|
|
|