info.magnolia.cms.gui.misc
Class Sources

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

public class Sources
extends java.lang.Object

Version:
2.0
Author:
Vinzenz Wyser

Field Summary
static java.lang.String REQUEST_LINKS_DRAWN
          Attribute set in request when links are drawn by custom tags.
 
Constructor Summary
Sources(java.lang.String contextPath)
          Instantiate a new Source for a given context path.
 
Method Summary
 java.lang.String getHtmlCss()
           
 java.lang.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 java.lang.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(java.lang.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 java.lang.String getHtmlJs()

getHtmlCss

public java.lang.String getHtmlCss()


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