|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.wst.server.core.model.ModuleArtifactDelegate
org.eclipse.jst.server.core.Servlet
public class 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()
Create a new empty servlet. |
|
Servlet(IModule module,
java.lang.String className,
java.lang.String alias)
Create a reference to a servlet. |
Method Summary | |
---|---|
void |
deserialize(java.lang.String s)
Deserialize this object from a serialized string. |
java.lang.String |
getAlias()
Return the servlet's alias. |
java.lang.String |
getName()
Returns a user-presentable name for this artifact. |
java.lang.String |
getServletClassName()
Return the class name of the servlet. |
java.lang.String |
serialize()
Serialize this object into a string. |
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.wst.server.core.model.ModuleArtifactDelegate |
---|
getModule |
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 aliaspublic Servlet()
Method Detail |
---|
public java.lang.String getServletClassName()
public java.lang.String getAlias()
public java.lang.String getName()
ModuleArtifactDelegate
getName
in class ModuleArtifactDelegate
public void deserialize(java.lang.String s)
ModuleArtifactDelegate
deserialize
in class ModuleArtifactDelegate
s
- a serialized string.public java.lang.String serialize()
ModuleArtifactDelegate
serialize
in class ModuleArtifactDelegate
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |