echopointng.command
Class CssStyleSheetAdd

java.lang.Object
  extended by echopointng.command.CssStyleDecl
      extended by echopointng.command.CssStyleSheetAdd
All Implemented Interfaces:
Command, RenderIdSupport

public class CssStyleSheetAdd
extends CssStyleDecl

CssStyleSheetAdd allows a external stylesheet URI to be to be added to the current application. This Command is generated with a unique identifier that can be used later to remove the style declaration via the CssStyleRemove Command.


Constructor Summary
CssStyleSheetAdd(java.lang.String styleSheetURI)
          Constructs a CssStyleSheetAdd command with the URI of the style sheet to add (eg something like "/css/swisho/whizbang.css"
 
Method Summary
 java.lang.String getStyleSheetURI()
           
 
Methods inherited from class echopointng.command.CssStyleDecl
getMedia, getRenderId, setMedia
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CssStyleSheetAdd

public CssStyleSheetAdd(java.lang.String styleSheetURI)
Constructs a CssStyleSheetAdd command with the URI of the style sheet to add (eg something like "/css/swisho/whizbang.css"

Parameters:
styleSheetURI - - the URI of the style sheet
Method Detail

getStyleSheetURI

public java.lang.String getStyleSheetURI()
Returns:
the URI of the external style sheet.