| javax.servlet.http.HttpServlet com.sun.portal.rewriter.admin.RuleSetServlet
Inner Class :class UploadedFile | |
getBorderStyle | protected String getBorderStyle(int type)(Code) | | gets border style of message box
Parameters: type - of message box border style of message box |
getContentStyle | protected String getContentStyle(int type)(Code) | | gets content style of message box
Parameters: type - of message box content style of message box |
getFromSession | public String getFromSession(String name)(Code) | | Gets values stored in the session
Parameters: name - Key of the values to be retrived from the session a List of values from the session |
getTypeIcon | protected String getTypeIcon(int type, String URI)(Code) | | gets icon image
Parameters: type - of message box Parameters: URI - of image icon image |
storeToSession | public void storeToSession(String name, String values)(Code) | | Stores values in the session
Parameters: name - Key of the value to be stored in the session Parameters: values - value to be stored |
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|