Package com.ibm.ws.javaee.dd.webext
Interface ServletExtension
-
public interface ServletExtensionRepresents <servlet>.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlobalTransactiongetGlobalTransaction()LocalTransactiongetLocalTransaction()java.util.List<MarkupLanguage>getMarkupLanguages()java.lang.StringgetName()WebGlobalTransactiongetWebGlobalTransaction()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getLocalTransaction
LocalTransaction getLocalTransaction()
-
getGlobalTransaction
GlobalTransaction getGlobalTransaction()
-
getWebGlobalTransaction
WebGlobalTransaction getWebGlobalTransaction()
-
getMarkupLanguages
java.util.List<MarkupLanguage> getMarkupLanguages()
-
-