BBjAppServer::getStaticResources
Description
In BBj 12.0 and higher, this method returns a BBjVector of all defined BBjResourceUrl static resources (style sheets and images).
Syntax
Return Value |
Method |
---|---|
getStaticResources() |
|
getStaticResources(string mimetype) |
Parameters
Variable |
Description |
---|---|
mimetype |
The MIME type. |
Return Value
Returns a BBjVector of BBjResourceUrl objects. This BBjVector may have zero elements.
Remarks
None.
Example
|
See Also
BBjAppServer::getStaticResource
BBjAppServer::addApplicationIcon
BBjAppServer::addStaticResource
BBjAppServer::removeStaticResource
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.