info.magnolia.cms.gui.misc
Class Sources

java.lang.Object
  extended by info.magnolia.cms.gui.misc.Sources

public class Sources
extends Object

Version:
2.0
Author:
Vinzenz Wyser

Field Summary
static String REQUEST_LINKS_DRAWN
          Attribute set in request when links are drawn by custom tags.
 
Constructor Summary
Sources(String contextPath)
          Instantiate a new Source for a given context path.
 
Method Summary
 String getHtmlCss()
           
 String getHtmlJs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_LINKS_DRAWN

public static final String REQUEST_LINKS_DRAWN
Attribute set in request when links are drawn by custom tags.

See Also:
Constant Field Values
Constructor Detail

Sources

public Sources(String contextPath)
Instantiate a new Source for a given context path.

Parameters:
contextPath - context path for the current request (request.getContextPath)
Method Detail

getHtmlJs

public String getHtmlJs()

getHtmlCss

public String getHtmlCss()


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.