public interface OwBaseInitializer
Base interface for application scope initializers.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Modifier and Type | Method and Description |
---|---|
Object |
getApplicationAttribute(String key_p)
get a attribute from the application scope
|
String |
getBasePath()
get the base path to the application
|
URL |
getConfigURL(String strName_p)
get the URL to the configuration file
|
String |
getInitParameter(String strParamName_p)
get a parameter from the web.xml config file
|
InputStream |
getXMLConfigDoc(String strName_p)
loads a XML Document either from local file, external file or from a JNDI context
|
Object |
setApplicationAttribute(String key_p,
Object object_p)
set a attribute from the application scope
|
String getBasePath()
String getInitParameter(String strParamName_p)
strParamName_p
- Name of the requested parameterInputStream getXMLConfigDoc(String strName_p) throws Exception
strName_p
- Name of the resource to look forException
URL getConfigURL(String strName_p) throws Exception
strName_p
- Name of the resource to look forException
Object getApplicationAttribute(String key_p)
key_p
- Object
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.