📄 jahiafetcherservice.java
字号:
//// ____.// __/\ ______| |__/\. _______// __ .____| | \ | +----+ \// _______| /--| | | - \ _ | : - \_________// \\______: :---| : : | : | \________>// |__\---\_____________:______: :____|____:_____\// /_____|//// . . . i n j a h i a w e t r u s t . . .////// JahiaFetcherServices// EV 11.01.2001////// fetchServlet( jParams, servletPath )//package org.jahia.services.fetchers;import java.io.*;import java.text.*;import java.util.*;import javax.servlet.*;import javax.servlet.http.*;import org.jahia.exceptions.*; // JahiaExceptionimport org.jahia.utils.*; // JahiaConsoleimport org.jahia.params.*; // ParamBeanimport org.jahia.registries.*; // ServicesRegistryimport org.jahia.services.*; // JahiaServiceimport org.jahia.services.applications.*;/** * Class JahiaFetcherService * */public abstract class JahiaFetcherService extends JahiaService { /*** * fetches a servlet or JSP output * * @param jParams a ParamBean object (with request and response) * @param servletPath the servlet / jsp context path * @return the servlet / jsp output * */ public abstract String fetchServlet( ParamBean jParams, String servletPath ) throws JahiaException;} // end JahiaFetcherService
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -