|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.jst.server.core.Servlet
A J2EE Servlet.
Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
| Constructor Summary | |
Servlet(IModule module,
java.lang.String className,
java.lang.String alias)
Create a reference to a servlet. |
|
| Method Summary | |
java.lang.String |
getAlias()
Return the servlet's alias. |
IModule |
getModule()
|
java.lang.String |
getServletClassName()
Return the class name of the servlet. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Servlet(IModule module,
java.lang.String className,
java.lang.String alias)
module - the module that the servlet is contained inclassName - the class name of the servletalias - the servlet's alias| Method Detail |
public IModule getModule()
IModuleArtifact#getModule()public java.lang.String getServletClassName()
public java.lang.String getAlias()
public java.lang.String toString()
Object.toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||