|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.resource.aggr.om.Resources
public class Resources
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parameter" type="{http://www.jasig.org/uportal/web/skin}parameter" maxOccurs="unbounded" minOccurs="0"/>
<element name="css" type="{http://www.jasig.org/uportal/web/skin}css" maxOccurs="unbounded" minOccurs="0"/>
<element name="js" type="{http://www.jasig.org/uportal/web/skin}js" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Css> |
css
|
protected List<Js> |
js
|
protected List<Parameter> |
parameter
|
| Constructor Summary | |
|---|---|
Resources()
|
|
| Method Summary | |
|---|---|
List<Css> |
getCss()
Gets the value of the css property. |
List<Js> |
getJs()
Gets the value of the js property. |
List<Parameter> |
getParameter()
Gets the value of the parameter property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Parameter> parameter
protected List<Css> css
protected List<Js> js
| Constructor Detail |
|---|
public Resources()
| Method Detail |
|---|
public List<Parameter> getParameter()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
Parameter
public List<Css> getCss()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the css property.
For example, to add a new item, do as follows:
getCss().add(newItem);
Objects of the following type(s) are allowed in the list
Css
public List<Js> getJs()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the js property.
For example, to add a new item, do as follows:
getJs().add(newItem);
Objects of the following type(s) are allowed in the list
Js
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||