- editString(String) - Method in interface wcs.api.Asset
-
Render the attribute as an editable string in insite mode.
- editString(String, int) - Method in interface wcs.api.Asset
-
Render the nth attribute as an editable string in insite mode.
- editString(String, int, String, Arg...) - Method in interface wcs.api.Asset
-
Edit the n-th element of the given attribute, using the given parameters.
- editString(String, String, Arg...) - Method in interface wcs.api.Asset
-
Edit (or return if not insite) the first named attribute as a string, or
null if not found and pass additional parameters
- editString(String, int, String, Arg...) - Method in class wcs.java.Asset
-
Edit (or return the value if not insite) the first named attribute as a
string, or null if not found and pass additional parameters
- editString(String) - Method in class wcs.java.Asset
-
Edit (or return the value if not insite) the attribute as a string, or
- editString(String, int) - Method in class wcs.java.Asset
-
Edit (or return the value if not insite) the nth attribute as a string,
or
- editString(String, String, Arg...) - Method in class wcs.java.Asset
-
Edit (or return if not insite) the first named attribute as a string, or
null if not found and pass additional parameters
- editText(String, int, String) - Method in interface wcs.api.Asset
-
Edit (or return if not insite) the nth named attribute as a string, or
null if not found and pass additional parameters using the CK editor
- editText(String, String) - Method in interface wcs.api.Asset
-
Edit (or return if not insite) the first named attribute as a string, or
null if not found using the CK editor
- editText(String, int, String) - Method in class wcs.java.Asset
-
Edit (or return if not insite) the nth named attribute as a string, or
null if not found and pass additional parameters using the CK editor
- editText(String, String) - Method in class wcs.java.Asset
-
Edit (or return if not insite) the named attribute as a string, or null
if not found and pass additional parameters using the CK editor
- Element - Interface in wcs.api
-
- Element - Class in wcs.java
-
This class implements element logic and will be invoked by templates and
cselements
- Element() - Constructor for class wcs.java.Element
-
- empty(String) - Method in class wcs.java.Picker
-
Empty the specified node
- empty() - Method in class wcs.java.Picker
-
Empty the current node
- encode(String, Arg...) - Static method in class wcs.api.Call
-
Encode a call as a string
- encode() - Method in class wcs.api.Call
-
Encode the call as a string
- encode(String, List<Arg>) - Static method in class wcs.api.Call
-
Encode a call as a string
- encode(String) - Method in class wcs.java.util.DOMElementWriter
-
Escape <, > & ', " as their entities and drop
characters that are illegal in XML documents.
- encodeAttributeValue(String) - Method in class wcs.java.util.DOMElementWriter
-
Escape <, > & ', " as their entities, \n, \r and \t
as numeric entities and drop characters that are illegal in XML
documents.
- encodedata(String) - Method in class wcs.java.util.DOMElementWriter
-
Drop characters that are illegal in XML documents.
- endDate - Variable in class wcs.java.AssetBase
-
- endsWith(StringBuffer, String) - Static method in class wcs.java.util.StringUtils
-
Checks that a string buffer ends up with a given string.
- endTest(Description) - Method in class wcs.java.util.XmlTestReport
-
Interface TestListener.
- endTestSuite(int, int, int, int, long) - Method in class wcs.java.util.XmlTestReport
-
The whole testsuite ended.
- Env - Interface in wcs.api
-
- env(ICS) - Static method in class wcs.Api
-
Access to the env in a JSP
- Env - Class in wcs.java
-
Facade to the Sites services.
- Env() - Constructor for class wcs.java.Env
-
Build the env - with this costructor you have an invalid env that still
needs to be initialized with init to be usable
- Env(ICS) - Constructor for class wcs.java.Env
-
Build the env from the ICS and initialize it
- env(Arg...) - Method in class wcs.java.util.TestElement
-
Return current env not routed (so no variables coming from the router)
- env(String, Arg...) - Method in class wcs.java.util.TestElement
-
Return the current env routed (so variables coming from router are
available)
- equals(Object) - Method in class wcs.api.Id
-
Check if 2 id refers to the same asset
- equals(Object) - Method in class wcs.api.URL
-
Compares the specified object with this UrlEncodedQueryString for
equality.
- error(String, Object...) - Method in class wcs.api.Log
-
Log an error level message - Use message as a format string for the other
args.
- error(Throwable, String, Object...) - Method in class wcs.api.Log
-
Log an exception then a error level message - Use message as a format
string for the other args.
- ex2str(Throwable) - Static method in class wcs.Api
-
Stream an exceptions in a string
- exec(ICS) - Method in interface wcs.api.Element
-
- exec(ICS, String, String, String) - Method in interface wcs.core.Setup
-
- exec(ICS) - Method in class wcs.java.Element
-
Execute the element
The bulk of the method is streaming the result and invoking embedded
method calls.
- exec(ICS, String, String, String) - Method in class wcs.java.Setup
-
Execute the setup creating the assets using the Asset API
- exists(String) - Method in interface wcs.api.Asset
-
Does the attribute exist?
- exists(String, int) - Method in interface wcs.api.Asset
-
Does the nth attribute exist?
- exists(String) - Method in interface wcs.api.Content
-
Check if the give attribute is a valid value
- exists(String, int) - Method in interface wcs.api.Content
-
Check if the given attribute at the given position is a valid value
- exists(String) - Method in interface wcs.api.Env
-
Check if the given attribute is a valid value
- exists(String, int) - Method in interface wcs.api.Env
-
Check if the given attribute at the given position is a valid value
- exists(String) - Method in class wcs.api.Model
-
Check if a value exits
- exists(String, int) - Method in class wcs.api.Model
-
Check if the nth value (1-based) exists
- exists(String) - Method in class wcs.java.Asset
-
- exists(String, int) - Method in class wcs.java.Asset
-
- exists(String) - Method in class wcs.java.Env
-
- exists(String, int) - Method in class wcs.java.Env
-
- exists(String) - Method in class wcs.java.util.TestEnv
-
- exists(String, int) - Method in class wcs.java.util.TestEnv
-
- EXTERNAL - Static variable in class wcs.java.Template
-
- get(String) - Method in class wcs.api.Call
-
Get the value of a parameter.
- get(String) - Method in class wcs.api.URL
-
Returns the value of the named parameter as a String.
- getAsset(String, String, AssetDeps) - Method in interface wcs.api.Asset
-
Return the related asset pointed by the attribute of the given type.
- getAsset(String, String) - Method in interface wcs.api.Asset
-
Return the related asset pointed by the attribute of the given type.
- getAsset(String, String, int) - Method in interface wcs.api.Asset
-
Return the related asset pointed by the nth attribute of the given type.
- getAsset(String, int, String, AssetDeps) - Method in interface wcs.api.Asset
-
Return the related asset pointed by the nth attribute of the given type.
- getAsset(String, Long) - Method in interface wcs.api.Env
-
Return the asset identified by c/cid (or null if not possible)
- getAsset(Id) - Method in interface wcs.api.Env
-
Return the asset identified by and Id (or null if not found)
- getAsset() - Method in interface wcs.api.Env
-
Return the asset identified by the current c/cid
- getAsset(String, String) - Method in class wcs.java.Asset
-
Return the specified asset.
- getAsset(String, String, int) - Method in class wcs.java.Asset
-
Return the specified asset at the nth position.
- getAsset(String, String, AssetDeps) - Method in class wcs.java.Asset
-
Return the related asset pointed by the attribute of the given type if
not found
- getAsset(String, int, String, AssetDeps) - Method in class wcs.java.Asset
-
Return the related asset pointed by the nth attribute of the given type
if not found
Since you are accessing another asset it is mandatory to specify the
dependency type you are going to use.
- getAsset(String, Long) - Method in class wcs.java.Env
-
Return the asset identified by c/cid (or null if not possible)
- getAsset(Id) - Method in class wcs.java.Env
-
Return the asset identified by and Id (or null if not found)
- getAsset() - Method in class wcs.java.Env
-
Return the asset identified by the current c/cid
- getAssets() - Method in class wcs.java.Setup
-
Return assets to create
- getAssocId(String) - Method in interface wcs.api.Asset
-
Id of the first associated asset
- getAssocId(String, int) - Method in interface wcs.api.Asset
-
Id of the nth associated asset
- getAssocId(String) - Method in class wcs.java.Asset
-
Id of the first associated asset
- getAssocId(String, int) - Method in class wcs.java.Asset
-
Id of the nth associated asset
- getAssocRange(String) - Method in interface wcs.api.Asset
-
Range of an asset association
- getAssocRange(String) - Method in class wcs.java.Asset
-
Range of an asset association
- getAssocType(String) - Method in interface wcs.api.Asset
-
Type of the first associated asset
- getAssocType(String, int) - Method in interface wcs.api.Asset
-
Type of the nth associated asset
- getAssocType(String) - Method in class wcs.java.Asset
-
Type of the first associated asset
- getAssocType(String, int) - Method in class wcs.java.Asset
-
Type of the nth associated asset
- getAttributes() - Method in class wcs.java.AttrTypes
-
- getAttributes() - Method in class wcs.java.CSElement
-
- getAttributes() - Method in class wcs.java.SiteEntry
-
- getAttributeType(String) - Method in interface wcs.api.Config
-
Return the attribute type for a given type.
- getAttributeType(String) - Method in class wcs.java.Config
-
- getBlobId(ICS) - Method in interface wcs.api.Config
-
Return blob id field
- getBlobId(ICS) - Method in class wcs.java.Config
-
- getBlobTable(ICS) - Method in interface wcs.api.Config
-
Return blob table
- getBlobTable(ICS) - Method in class wcs.java.Config
-
- getBlobUrl(String, Arg...) - Method in interface wcs.api.Asset
-
String get blob url of the first attribute, with optional args
- getBlobUrl(String, String, Arg...) - Method in interface wcs.api.Asset
-
String get blob url of the first attribute, with optional args
- getBlobUrl(String, int, String, Arg...) - Method in interface wcs.api.Asset
-
String get blob url of the nth attribute, with optional args
- getBlobUrl(ICS) - Method in interface wcs.api.Config
-
Return blob id field
- getBlobUrl(String, Arg...) - Method in class wcs.java.Asset
-
String get blob url of the first attribute
- getBlobUrl(String, String, Arg...) - Method in class wcs.java.Asset
-
String get blob url of the first attribute
- getBlobUrl(String, int, String, Arg...) - Method in class wcs.java.Asset
-
String get blob url of the nth attribute
- getBlobUrl(ICS) - Method in class wcs.java.Config
-
- getC() - Method in interface wcs.api.Asset
-
The current asset type
- getC() - Method in interface wcs.api.Env
-
Return current "c" (content type)
- getC() - Method in class wcs.java.AssetBase
-
Return the c (type) of the asset
- getC() - Method in class wcs.java.Env
-
- getChildren() - Method in class wcs.java.Recommendation
-
Return recommendation childrens as list of ID
- getCid() - Method in interface wcs.api.Asset
-
The current id, or null if undefined
- getCid(String) - Method in interface wcs.api.Asset
-
Return the first attribute of the attribute list as an id (long), or null
if not found
- getCid(String, int) - Method in interface wcs.api.Asset
-
Return the nth attribute of the named attribute as an id (long), or null
if not found
- getCid() - Method in interface wcs.api.Env
-
Return current "cid" (content id)
- getCid(String) - Method in class wcs.java.Asset
-
Return the first attribute of the attribute list as an id (long), or null
if not found
- getCid(String, int) - Method in class wcs.java.Asset
-
Return the nth attribute of the attribute list as an id (long), or null
if not found
- getCid() - Method in class wcs.java.AssetBase
-
Return the cid of the asset
- getCid() - Method in class wcs.java.Env
-
- getClassLoader() - Method in class wcs.core.Loader
-
Return a class loader allowing to access new jars.
- getColumnName(int) - Method in class wcs.java.util.MapIList
-
- getConfig() - Method in interface wcs.api.Env
-
Return the current config
- getConfig(ICS) - Static method in class wcs.core.WCS
-
Load the config for the current site
- getConfig() - Method in class wcs.java.Env
-
- getCscache() - Method in class wcs.java.Template
-
- getCurrentSpoolDir() - Method in class wcs.core.Loader
-
- getDate(String) - Method in interface wcs.api.Asset
-
Return the first attribute of the the attribute list as an int, or null
if not found
- getDate(String, int) - Method in interface wcs.api.Asset
-
Return the nth attribute of the the attribute list as an int, or null if
not found
- getDate(String) - Method in interface wcs.api.Content
-
Return the first attribute of the the attribute list as an int, or null
if not found
- getDate(String, int) - Method in interface wcs.api.Content
-
Return the nth attribute of the the attribute list as an int, or null if
not found
- getDate(String) - Method in interface wcs.api.Env
-
Get variable as a date (or null)
- getDate(String, String) - Method in interface wcs.api.Env
-
Get field as date or null
- getDate(String, int, String) - Method in interface wcs.api.Env
-
Get field at given position as a date, or null
- getDate(String, int) - Method in interface wcs.api.Env
-
Get the field value at given position as a date, or null
- getDate(String) - Method in class wcs.api.Model
-
Return the value as a date
- getDate(String, int) - Method in class wcs.api.Model
-
Return the nth value as a date
- getDate(String) - Method in class wcs.java.Asset
-
Return the first attribute of the the attribute list as a date, or null
if not found
- getDate(String, int) - Method in class wcs.java.Asset
-
Return the nth attribute of the the attribute list as a date, or null if
not found
- getDate(String) - Method in class wcs.java.Env
-
- getDate(String, String) - Method in class wcs.java.Env
-
- getDate(String, int, String) - Method in class wcs.java.Env
-
- getDate(String, int) - Method in class wcs.java.Env
-
- getDescription() - Method in interface wcs.api.Asset
-
The current asset description, or the name if the description is
undefined
- getDescription() - Method in class wcs.java.Asset
-
Return the description field of the asset
- getDescription() - Method in class wcs.java.AssetBase
-
Return the description of the asset
- getElement() - Method in class wcs.java.SiteEntry
-
- getElement() - Method in class wcs.java.Template
-
- getElementName() - Method in class wcs.java.CSElement
-
- getEndDate() - Method in interface wcs.api.Asset
-
Current asset end date or null if undefined
- getEndDate() - Method in class wcs.java.Asset
-
Return the end date field of the asset
- getEndDate() - Method in class wcs.java.AssetBase
-
Return the end date of the asset
- getEnv(ICS, String) - Static method in class wcs.core.WCS
-
Load an env class initializing it with an ICS
- getError() - Method in interface wcs.api.Env
-
Get Error nummber
- getError() - Method in class wcs.java.Env
-
- getFieldDate(String) - Method in interface wcs.api.Asset
-
Return a named field from the asset as a date.
- getFieldDate(String) - Method in class wcs.java.Asset
-
Return a named field from the asset as a date.
- getFieldInt(String) - Method in interface wcs.api.Asset
-
Return a named field from the asset as an int.
- getFieldInt(String) - Method in class wcs.java.Asset
-
Return a named field from the asset as an int.
- getFieldLong(String) - Method in interface wcs.api.Asset
-
Return a named field from the asset as a long.
- getFieldLong(String) - Method in class wcs.java.Asset
-
Return a named field from the asset as a long.
- getFieldString(String) - Method in interface wcs.api.Asset
-
Return a named field from the asset as a string.
- getFieldString(String) - Method in class wcs.java.Asset
-
Return a named field from the asset as a string.
- getFileData(String) - Method in class wcs.java.util.MapIList
-
- getFilename() - Method in interface wcs.api.Asset
-
Current asset file
- getFilename() - Method in class wcs.java.Asset
-
Return the file field of the asset
- getFilename() - Method in class wcs.java.AssetBase
-
Return the filename of the asset
- getFileString(String) - Method in class wcs.java.util.MapIList
-
- getId() - Method in interface wcs.api.Asset
-
The current asset id
- getId() - Method in interface wcs.api.Env
-
Return current asset id
- getId() - Method in class wcs.java.AssetBase
-
Return the id of the asset
- getId() - Method in class wcs.java.Env
-
- getIndirectColumnName(int) - Method in class wcs.java.util.MapIList
-
- getInt(String) - Method in interface wcs.api.Asset
-
Return the first attribute of the the attribute list as an int, or null
if not found
- getInt(String, int) - Method in interface wcs.api.Asset
-
Return the nth attribute of the the attribute list as an int, or null if
not found
- getInt(String) - Method in interface wcs.api.Content
-
Return the first attribute of the the attribute list as an int, or null
if not found
- getInt(String, int) - Method in interface wcs.api.Content
-
Return the nth attribute of the the attribute list as an int, or null if
not found
- getInt(String) - Method in interface wcs.api.Env
-
Get variable as Long or null
- getInt(String, String) - Method in interface wcs.api.Env
-
Get field as long or null
- getInt(String, int, String) - Method in interface wcs.api.Env
-
Get field at given position as an int, or null
- getInt(String, int) - Method in interface wcs.api.Env
-
Get the field "value" at given position as an int, or null
- getInt(String) - Method in class wcs.api.Model
-
Return the value as a int
- getInt(String, int) - Method in class wcs.api.Model
-
Return the nth value as a int
- getInt(String) - Method in class wcs.java.Asset
-
Return the first attribute of the the attribute list as an int, or null
if not found
- getInt(String, int) - Method in class wcs.java.Asset
-
Return the nth attribute of the the attribute list as an int, or null if
not found
- getInt(String) - Method in class wcs.java.Env
-
- getInt(String, String) - Method in class wcs.java.Env
-
- getInt(String, int, String) - Method in class wcs.java.Env
-
- getInt(String, int) - Method in class wcs.java.Env
-
- getJarsIfSomeIsModifiedAfterInterval() - Method in class wcs.core.Loader
-
Return the jars to use only for the classloader if some of them has been
modified Check only once in a given interval.
- getLog(String) - Static method in class wcs.Api
-
Get a logger by name
- getLog(Class<?>) - Static method in class wcs.Api
-
Get a logger by class
- getLog(String) - Static method in class wcs.api.Log
-
Get a logger by name
- getLog(Class<?>) - Static method in class wcs.api.Log
-
Get a logger by class
- getLong(String) - Method in interface wcs.api.Asset
-
Return the first attribute of the the attribute list as a long, or null
if not found
- getLong(String, int) - Method in interface wcs.api.Asset
-
Return the nth attribute of the the attribute list as an int, or null if
not found
- getLong(String) - Method in interface wcs.api.Content
-
Get variable as Long or null
- getLong(String, int) - Method in interface wcs.api.Content
-
Get the nth variable as Long or null
- getLong(String) - Method in interface wcs.api.Env
-
Get variable as Long or null
- getLong(String, String) - Method in interface wcs.api.Env
-
Get field as long or null
- getLong(String, int, String) - Method in interface wcs.api.Env
-
Get field at given position as a long, or null
- getLong(String, int) - Method in interface wcs.api.Env
-
Get field "value" at given position as a long, or null
- getLong(String) - Method in class wcs.api.Model
-
Return the value as a long
- getLong(String, int) - Method in class wcs.api.Model
-
Return the nth value as a long
- getLong(String) - Method in class wcs.java.Asset
-
Return the first attribute of the the attribute list as a long, or null
if not found
- getLong(String, int) - Method in class wcs.java.Asset
-
Return the nth attribute of the the attribute list as an int, or null if
not found
- getLong(String) - Method in class wcs.java.Env
-
- getLong(String, String) - Method in class wcs.java.Env
-
- getLong(String, int, String) - Method in class wcs.java.Env
-
- getLong(String, int) - Method in class wcs.java.Env
-
- getMap() - Method in class wcs.api.URL
-
Returns a mutable Map
of the query parameters.
- getName() - Method in interface wcs.api.Asset
-
The current asset name
- getName() - Method in class wcs.api.Call
-
- getName() - Method in class wcs.java.Asset
-
Return the name field of the asset
- getName() - Method in class wcs.java.AssetBase
-
Return the name of the asset
- getName() - Method in class wcs.java.AssetSetup
-
- getName() - Method in class wcs.java.Site
-
- getName() - Method in class wcs.java.util.MapIList
-
- getNames() - Method in class wcs.api.URL
-
Returns an Iterator
of String
objects
containing the names of the parameters.
- getNextSetup() - Method in class wcs.java.AssetSetup
-
Chain another asset setup (or null if not chained asset)
- getObject(String) - Method in interface wcs.api.Env
-
Get an object
- getObject(String) - Method in class wcs.java.Env
-
- getObject(String) - Method in class wcs.java.util.MapIList
-
- getOnce(String) - Method in class wcs.api.Call
-
Return the value of a parameter, then delete it (to be used only once)
- getParentClassLoader() - Method in class wcs.core.Loader
-
Return the parent classloader
- getPath() - Method in interface wcs.api.Asset
-
Current asset path
- getPath() - Method in class wcs.api.URL
-
- getPath() - Method in class wcs.java.Asset
-
Return the path field of the asset
- getPath() - Method in class wcs.java.AssetBase
-
Return the path of the asset
- getPathTokens() - Method in class wcs.api.URL
-
Return a string tokenizer for path elements
- getProperty(String) - Method in interface wcs.api.Config
-
Get property from AgileSites config
- getProperty(String) - Static method in class wcs.core.WCS
-
Return a property configured in setup
- getProperty(String) - Method in class wcs.java.Config
-
- getRange(String) - Method in interface wcs.api.Asset
-
Return an iterable of the attribute list
- getRange(String) - Method in interface wcs.api.Content
-
Return an iterable of the indexes of the attribute
- getRange(String) - Method in interface wcs.api.Env
-
Return an iterable sequence of integers to loop a list
- getRange(String) - Method in class wcs.api.Model
-
Return the range of the attribute: an iterator returning the valid values
for(int i: m.getRange("attr")) { doSometing(m.getString("attr", i)); }
- getRange(String) - Method in class wcs.java.Asset
-
Return an iterable of the attribute list
- getRange(String) - Method in class wcs.java.Env
-
- getResource(String) - Static method in class wcs.java.util.Util
-
Get a resource from the classpath
- getResourceProperties(String) - Static method in class wcs.java.util.Util
-
Get a resource property file from the classpath
- getRouter() - Method in interface wcs.api.Env
-
Return the current router
- getRouter(ICS) - Static method in class wcs.core.WCS
-
Return a router for the site.
- getRouter() - Method in class wcs.java.Env
-
- getSite() - Method in interface wcs.api.Asset
-
Return the current site name
- getSite() - Method in interface wcs.api.Config
-
Return the full site name
- getSite() - Method in class wcs.java.AssetBase
-
Retun current site
- getSite() - Method in class wcs.java.Config
-
- getSite() - Method in class wcs.java.Router
-
- getSite() - Method in class wcs.java.Setup
-
Return the current site - this is set by exec
- getSiteId() - Method in interface wcs.api.Env
-
The current site id
- getSiteId() - Method in class wcs.java.Env
-
- getSiteName() - Method in interface wcs.api.Env
-
The current site name
- getSiteName() - Method in class wcs.java.Env
-
- getSitePlan() - Method in interface wcs.api.Env
-
- getSitePlan() - Method in class wcs.java.Env
-
- getSitePlanRoot(String) - Method in interface wcs.api.Env
-
Return the siteplan root of the given site
- getSize(String) - Method in interface wcs.api.Asset
-
Return the number of elements in the attribute
- getSize(String) - Method in interface wcs.api.Content
-
Return the number of elements in the attribute
- getSize(String) - Method in interface wcs.api.Env
-
Return size of a list
- getSize(String) - Method in class wcs.api.Model
-
Return the size of the attribute
- getSize(String) - Method in class wcs.java.Asset
-
Return the number of elements in the attribute
- getSize(String) - Method in class wcs.java.Env
-
- getSscache() - Method in class wcs.java.Template
-
- getStackTrace(Throwable) - Static method in class wcs.java.util.StringUtils
-
Convenient method to retrieve the full stacktrace from a given exception.
- getStartDate() - Method in interface wcs.api.Asset
-
Current asset start date or null if undefined
- getStartDate() - Method in class wcs.java.Asset
-
Return the start date field of the asset
- getStartDate() - Method in class wcs.java.AssetBase
-
Return the start date of the asset
- getString(String) - Method in interface wcs.api.Asset
-
Return the first attribute of the the named attribute as a string, or
null if not found
- getString(String, int) - Method in interface wcs.api.Asset
-
Return the nth named attribute as a string, or null if not found
- getString(String) - Method in interface wcs.api.Content
-
Return the first attribute of the the named attribute as a string, or
null if not found
- getString(String, int) - Method in interface wcs.api.Content
-
Return the nth named attribute as a string, or null if not found
- getString(String) - Method in interface wcs.api.Env
-
Get a variable or null
- getString(String, String) - Method in interface wcs.api.Env
-
Get the field of a list or null
- getString(String, int, String) - Method in interface wcs.api.Env
-
Get the nth field of a list or null
- getString(String, int) - Method in interface wcs.api.Env
-
Get the field "value" of a list or null
- getString(String) - Method in class wcs.api.Model
-
Return the value as a string
- getString(String, int) - Method in class wcs.api.Model
-
Return the nth value as a string
- getString(String) - Method in class wcs.java.Asset
-
Return the first attribute of the the attribute rib as a string, or the
null if not found
Since you are accessing another asset it is mandatory to specify the
dependency type you are going to use.
- getString(String, int) - Method in class wcs.java.Asset
-
Return the nth attribute of the the attribute as a string, or the void
string if not found
- getString(String) - Method in class wcs.java.Env
-
- getString(String, String) - Method in class wcs.java.Env
-
- getString(String, int, String) - Method in class wcs.java.Env
-
- getString(String, int) - Method in class wcs.java.Env
-
- getString(String) - Method in class wcs.java.util.TestEnv
-
- getString(String, int) - Method in class wcs.java.util.TestEnv
-
- getSubtype() - Method in interface wcs.api.Asset
-
The current asset subtype, or the void string if no subtype
- getSubtype() - Method in class wcs.java.AssetBase
-
Return the subtype of the asset
- getTemplate() - Method in interface wcs.api.Asset
-
The current template or null if undefined
- getTemplate() - Method in class wcs.java.Asset
-
Return the description field of the asset
- getTemplate() - Method in class wcs.java.AssetBase
-
Return the template of the asset
- getTestEnv() - Static method in class wcs.java.util.TestRunnerElement
-
- getUrl(Arg...) - Method in interface wcs.api.Asset
-
Return the URL to render this asset
- getUrl(Id, Arg...) - Method in interface wcs.api.Env
-
Return the URL to render this asset - note that rendering is different if
we are in insite/preview mode or in live mode
- getUrl(String, Long, Arg...) - Method in interface wcs.api.Env
-
Return the URL to render this asset
- getUrl(Arg...) - Method in class wcs.java.Asset
-
Return the URL to render this asset
- getUrl(Id, Arg...) - Method in class wcs.java.Env
-
- getUrl(String, Long, Arg...) - Method in class wcs.java.Env
-
- getValue(String) - Method in class wcs.java.util.MapIList
-
- getValues(String) - Method in class wcs.api.URL
-
Returns a List of String
objects containing all of the
values the named parameter has, or null
if the parameter
does not exist.
- goTo(Id) - Method in interface wcs.api.SitePlan
-
Move to the page identified by the id
- goTo(Id) - Method in class wcs.java.SitePlan
-