public class PluginContext.Environment extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeMapping(String attributeName)
Translates a meta attribute name into a meta attribute id.
|
Collection |
getAttributeMappings(String attributeName)
Translates a meta attribute name into a meta attribute id.
|
String |
getCodeBase()
DOCUMENT ME!
|
String |
getDocumentBase()
DOCUMENT ME!
|
org.apache.log4j.Logger |
getLogger()
DOCUMENT ME!
|
String |
getParameter(String paramName)
Translates an attribute name into an attribute id.
|
PluginProgressObserver |
getProgressObserver()
DOCUMENT ME!
|
boolean |
isApplet()
DOCUMENT ME!
|
boolean |
isApplication()
DOCUMENT ME!
|
boolean |
isDebug()
DOCUMENT ME!
|
boolean |
isProgressObservable()
DOCUMENT ME!
|
public boolean isApplet()
public boolean isApplication()
public boolean isProgressObservable()
public String getDocumentBase()
public String getCodeBase()
public Collection getAttributeMappings(String attributeName)
XML descriptor
attributeName - the name of the meta attribute, e.g. 'Koordinate'public String getAttributeMapping(String attributeName)
XML descriptor
attributeName - the name of the meta attribute, e.g. 'Koordinate'public String getParameter(String paramName)
paramName - the name of the parameterpublic org.apache.log4j.Logger getLogger()
public boolean isDebug()
public PluginProgressObserver getProgressObserver()
Copyright © 2012–2026 cismet GmbH. All rights reserved.