org.jasig.resource.aggr.om
Class Css
java.lang.Object
org.jasig.resource.aggr.om.BasicInclude
org.jasig.resource.aggr.om.Css
public class Css
- extends BasicInclude
Define a CSS file to include
Java class for css complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="css">
<simpleContent>
<extension base="<http://www.jasig.org/uportal/web/skin>basicInclude">
<attribute name="media" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
|
Constructor Summary |
Css()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
media
protected String media
Css
public Css()
getMedia
public String getMedia()
- Gets the value of the media property.
- Returns:
- possible object is
String
setMedia
public void setMedia(String value)
- Sets the value of the media property.
- Parameters:
value - allowed object is
String
Copyright © 2010 Jasig. All Rights Reserved.