Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Unknown macro: {scrollbar}

Parameters:

org.pentaho.core.solution.IActionResource

resource

Result:

String


Returns the contents of the specific resource as a String. It is important to call isDefinedResource() or getResourceNames() before asking for access to an output as an error will occur if you ask for an output that has not been defined in the action sequence.

Example
if( isDefinedResource("message-template") ) {
    String template = getResourceAsString("message-template" );
}
  • No labels