org.pentaho.platform.engine.services.solution
Class SolutionUrlContentGenerator

java.lang.Object
  extended by org.pentaho.platform.engine.core.system.PentahoBase
      extended by org.pentaho.platform.engine.services.solution.BaseContentGenerator
          extended by org.pentaho.platform.engine.services.solution.SolutionUrlContentGenerator
All Implemented Interfaces:
Serializable, IContentGenerator, ILogger

public class SolutionUrlContentGenerator
extends BaseContentGenerator

See Also:
Serialized Form

Field Summary
static int TYPE_PLUGIN
           
static int TYPE_STATIC
           
static int TYPE_UNKNOWN
           
 
Fields inherited from class org.pentaho.platform.engine.core.system.PentahoBase
EMPTYLOGID, LOGID_MASK1, LOGID_MASK2, LOGID_SEPARATOR
 
Fields inherited from interface org.pentaho.platform.api.engine.ILogger
ACTIVITY_LOG, DEBUG, ERROR, FATAL, INFO, INSTANCE_LOG, SESSION_LOG, SOLUTION_LOG, TRACE, UNKNOWN, WARN
 
Constructor Summary
SolutionUrlContentGenerator()
           
 
Method Summary
 void createContent()
          the createContent() method is called after the content generator has been initialized appropriately, and is responsible for populating the output handler.
 org.apache.commons.logging.Log getLogger()
           
 
Methods inherited from class org.pentaho.platform.engine.services.solution.BaseContentGenerator
getItemName, setCallbacks, setInstanceId, setItemName, setMessagesList, setOutputHandler, setParameterProviders, setSession, setUrlFactory
 
Methods inherited from class org.pentaho.platform.engine.core.system.PentahoBase
debug, debug, error, error, fatal, fatal, genLogIdFromInfo, genLogIdFromInfo, genLogIdFromSession, getLoggingLevel, getLogId, getObjectName, info, info, setLoggingLevel, setLogId, trace, trace, warn, warn
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pentaho.platform.api.engine.ILogger
debug, debug, error, error, fatal, fatal, getLoggingLevel, info, info, setLoggingLevel, trace, trace, warn, warn
 

Field Detail

TYPE_UNKNOWN

public static final int TYPE_UNKNOWN
See Also:
Constant Field Values

TYPE_STATIC

public static final int TYPE_STATIC
See Also:
Constant Field Values

TYPE_PLUGIN

public static final int TYPE_PLUGIN
See Also:
Constant Field Values
Constructor Detail

SolutionUrlContentGenerator

public SolutionUrlContentGenerator()
Method Detail

createContent

public void createContent()
                   throws Exception
Description copied from interface: IContentGenerator
the createContent() method is called after the content generator has been initialized appropriately, and is responsible for populating the output handler.

Specified by:
createContent in interface IContentGenerator
Specified by:
createContent in class BaseContentGenerator
Throws:
Exception

getLogger

public org.apache.commons.logging.Log getLogger()
Specified by:
getLogger in class BaseContentGenerator