org.apache.openejb.jee
Interface WebCommon

All Superinterfaces:
JndiConsumer
All Known Implementing Classes:
WebApp, WebFragment

public interface WebCommon
extends JndiConsumer

Version:
$Rev: 955776 $ $Date: 2010-06-17 22:38:11 +0000 (Thu, 17 Jun 2010) $

Method Summary
 List<ParamValue> getContextParam()
           
 String getContextRoot()
           
 String getDescription()
           
 Text[] getDescriptions()
           
 String getDisplayName()
           
 Text[] getDisplayNames()
           
 List<Empty> getDistributable()
           
 List<ErrorPage> getErrorPage()
           
 List<Filter> getFilter()
           
 List<FilterMapping> getFilterMapping()
           
 Icon getIcon()
           
 Map<String,Icon> getIconMap()
           
 Collection<Icon> getIcons()
           
 String getId()
           
 String getJndiConsumerName()
           
 List<JspConfig> getJspConfig()
           
 List<Listener> getListener()
           
 List<LocaleEncodingMappingList> getLocaleEncodingMappingList()
           
 List<LoginConfig> getLoginConfig()
           
 List<MessageDestination> getMessageDestination()
           
 List<MimeMapping> getMimeMapping()
           
 List<LifecycleCallback> getPostConstruct()
           
 List<LifecycleCallback> getPreDestroy()
           
 List<SecurityConstraint> getSecurityConstraint()
           
 List<SecurityRole> getSecurityRole()
           
 List<Servlet> getServlet()
           
 List<ServletMapping> getServletMapping()
           
 List<SessionConfig> getSessionConfig()
           
 String getVersion()
           
 List<WelcomeFileList> getWelcomeFileList()
           
 Boolean isMetadataComplete()
           
 void setContextRoot(String contextRoot)
           
 void setDescriptions(Text[] text)
           
 void setDisplayNames(Text[] text)
           
 void setId(String value)
           
 void setMetadataComplete(Boolean value)
           
 void setVersion(String value)
           
 
Methods inherited from interface org.apache.openejb.jee.JndiConsumer
getDataSource, getDataSourceMap, getEjbLocalRef, getEjbLocalRefMap, getEjbRef, getEjbRefMap, getEnvEntry, getEnvEntryMap, getMessageDestinationRef, getMessageDestinationRefMap, getPersistenceContextRef, getPersistenceContextRefMap, getPersistenceUnitRef, getPersistenceUnitRefMap, getResourceEnvRef, getResourceEnvRefMap, getResourceRef, getResourceRefMap, getServiceRef, getServiceRefMap
 

Method Detail

getJndiConsumerName

String getJndiConsumerName()
Specified by:
getJndiConsumerName in interface JndiConsumer

getContextRoot

String getContextRoot()

setContextRoot

void setContextRoot(String contextRoot)

getDescriptions

Text[] getDescriptions()

setDescriptions

void setDescriptions(Text[] text)

getDescription

String getDescription()

getDisplayNames

Text[] getDisplayNames()

setDisplayNames

void setDisplayNames(Text[] text)

getDisplayName

String getDisplayName()

getIcons

Collection<Icon> getIcons()

getIconMap

Map<String,Icon> getIconMap()

getIcon

Icon getIcon()

getDistributable

List<Empty> getDistributable()

getContextParam

List<ParamValue> getContextParam()

getFilter

List<Filter> getFilter()

getFilterMapping

List<FilterMapping> getFilterMapping()

getListener

List<Listener> getListener()

getServlet

List<Servlet> getServlet()

getServletMapping

List<ServletMapping> getServletMapping()

getSessionConfig

List<SessionConfig> getSessionConfig()

getMimeMapping

List<MimeMapping> getMimeMapping()

getWelcomeFileList

List<WelcomeFileList> getWelcomeFileList()

getErrorPage

List<ErrorPage> getErrorPage()

getJspConfig

List<JspConfig> getJspConfig()

getSecurityConstraint

List<SecurityConstraint> getSecurityConstraint()

getLoginConfig

List<LoginConfig> getLoginConfig()

getSecurityRole

List<SecurityRole> getSecurityRole()

getLocaleEncodingMappingList

List<LocaleEncodingMappingList> getLocaleEncodingMappingList()

getPostConstruct

List<LifecycleCallback> getPostConstruct()

getPreDestroy

List<LifecycleCallback> getPreDestroy()

getMessageDestination

List<MessageDestination> getMessageDestination()

getId

String getId()

setId

void setId(String value)

isMetadataComplete

Boolean isMetadataComplete()

setMetadataComplete

void setMetadataComplete(Boolean value)

getVersion

String getVersion()

setVersion

void setVersion(String value)


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.