Class CmsJspLinkMacroResolver

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsJspLinkMacroResolver​(CmsObject cms, java.lang.String jspRootPath, boolean forRfs)
      Default constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<CmsLink> getLinks()
      Returns the links.
      java.lang.String getMacroValue​(java.lang.String macro)
      Resolves a single macro to the macro value, returns null if the macro could not be resolved.
      boolean isKeepEmptyMacros()
      Returns true if macros that could not be resolved are kept "as is" in the input String, false if they are replaced by an empty String.
      java.lang.String resolveMacros​(java.lang.String input)
      Resolves the JSP link management macros in the given input.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait