Class SpringUrlMapping

java.lang.Object
sk.iway.iwcm.system.spring.SpringUrlMapping

public class SpringUrlMapping extends Object
Drzi info o URL mapovanych na Spring. SpringUrlMapping.java
  • Constructor Details

    • SpringUrlMapping

      public SpringUrlMapping()
  • Method Details

    • redirect

      public static String redirect(String url)
    • redirectToLogon

      public static String redirectToLogon()
    • redirectTo403

      public static String redirectTo403()
    • redirectTo403

      public static void redirectTo403(javax.servlet.http.HttpServletResponse response) throws IOException
      Throws:
      IOException
    • redirectTo404

      public static String redirectTo404()
    • redirectTo404

      public static void redirectTo404(javax.servlet.http.HttpServletResponse response) throws IOException
      Throws:
      IOException
    • redirectToLogon

      public static void redirectToLogon(javax.servlet.http.HttpServletResponse response) throws IOException
      Throws:
      IOException
    • getCustomPath

      public static String getCustomPath(String path, javax.servlet.http.HttpServletRequest request)
      Return path to custom component, eg. /components/user/logon -> /components/INSTALL_NAME/user/logon
      Parameters:
      path -
      request -
      Returns: