org.jasig.portal
Class StylesheetDescription
java.lang.Object
org.jasig.portal.StylesheetDescription
public class StylesheetDescription
- extends Object
Combines all of the information required to describe
an XSLT stylesheet.
- Version:
- $Revision: 19776 $
- Author:
- Peter Kharchenko, pkharchenko@interactivebusiness.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
s_href
public String s_href
s_type
public String s_type
s_title
public String s_title
s_media
public String s_media
s_charset
public String s_charset
b_alternate
public boolean b_alternate
StylesheetDescription
public StylesheetDescription()
StylesheetDescription
public StylesheetDescription(String uri,
String type)
StylesheetDescription
public StylesheetDescription(String uri,
String type,
String title,
String media,
String charset,
boolean alternate)
StylesheetDescription
public StylesheetDescription(ProcessingInstruction pi)
StylesheetDescription
public StylesheetDescription(String data)
getTitle
public String getTitle()
getURI
public String getURI()
getType
public String getType()
getMedia
public String getMedia()
getAlternate
public boolean getAlternate()
getCharset
public String getCharset()
setTitle
public void setTitle(String title)
setType
public void setType(String type)
setMedia
public void setMedia(String media)
setURI
public void setURI(String uri)
setCharset
public void setCharset(String charset)
setAlternate
public void setAlternate(boolean alternate)
Copyright © 2010 Jasig. All Rights Reserved.