|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
String getBasePath()
String getInitParameter(String strParamName_p)
strParamName_p - Name of the requested parameter
InputStream getXMLConfigDoc(String strName_p)
throws Exception
strName_p - Name of the resource to look for
Exception
URL getConfigURL(String strName_p)
throws Exception
strName_p - Name of the resource to look for
ExceptionObject getApplicationAttribute(String key_p)
key_p -
Object
Object setApplicationAttribute(String key_p,
Object object_p)
key_p -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||