org.mule.el.context
Class AppContext

java.lang.Object
  extended by org.mule.el.context.AppContext

public class AppContext
extends Object

Exposes information about the current Mule Application:

  • encoding Application default encoding
  • name Application name
  • registry Mule registry (as a map)
  • standalone If Mule is running standalone
  • workdir Application work directory


    Field Summary
    protected  MuleContext muleContext
               
     
    Constructor Summary
    AppContext(MuleContext muleContext)
               
     
    Method Summary
     String getEncoding()
               
     String getName()
               
     Map<String,Object> getRegistry()
               
     String getWorkDir()
               
     boolean isStandalone()
               
     
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
     

    Field Detail

    muleContext

    protected MuleContext muleContext
    Constructor Detail

    AppContext

    public AppContext(MuleContext muleContext)
    Method Detail

    getName

    public String getName()

    getWorkDir

    public String getWorkDir()

    getEncoding

    public String getEncoding()

    isStandalone

    public boolean isStandalone()

    getRegistry

    public Map<String,Object> getRegistry()


    Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.