wt.query.template
Class URLXSLSpec

java.lang.Object
  extended bywt.query.template.URLXSLSpec
All Implemented Interfaces:
Serializable, XSLSpec

public final class URLXSLSpec
extends Object
implements XSLSpec, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
private static long serialVersionUID
           
private  Vector theURL
           
 
Constructor Summary
URLXSLSpec(Vector the_URL)
          

Supported API: false
 
Method Summary
 Stylesheet[] getStylesheets(Locale a_locale)
          

Supported API: false
 Vector getURL()
          Gets the value of the attribute: theURL.
 void setURL(Vector a_URL)
          Sets the value of the attribute: theURL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

theURL

private Vector theURL

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

URLXSLSpec

public URLXSLSpec(Vector the_URL)
           throws WTPropertyVetoException


Supported API: false

Parameters:
the_URL -
Throws:
WTPropertyVetoException
Method Detail

getURL

public Vector getURL()
Gets the value of the attribute: theURL.

Supported API: false

Returns:
Vector

setURL

public void setURL(Vector a_URL)
            throws WTPropertyVetoException
Sets the value of the attribute: theURL.

Supported API: false

Parameters:
a_URL -
Throws:
WTPropertyVetoException

getStylesheets

public Stylesheet[] getStylesheets(Locale a_locale)
                            throws WTException


Supported API: false

Specified by:
getStylesheets in interface XSLSpec
Parameters:
a_locale - parameter to get locale specific XSL
Returns:
Stylesheet[]
Throws:
WTException