org.jasig.resource.aggr.om
Class Js

java.lang.Object
  extended by org.jasig.resource.aggr.om.BasicInclude
      extended by org.jasig.resource.aggr.om.Js

public class Js
extends BasicInclude

Define a JavaScript file to include

Java class for js complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="js">
   <simpleContent>
     <extension base="<http://www.jasig.org/uportal/web/skin>basicInclude">
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.jasig.resource.aggr.om.BasicInclude
_import, compressed, conditional, included, value
 
Constructor Summary
Js()
           
 
Method Summary
 
Methods inherited from class org.jasig.resource.aggr.om.BasicInclude
getConditional, getIncluded, getValue, isCompressed, isImport, setCompressed, setConditional, setImport, setIncluded, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Js

public Js()


Copyright © 2010 Jasig. All Rights Reserved.