|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.servlet.util.CommandDefinition
public class CommandDefinition
Field Summary | |
---|---|
static int |
ALL_VIEWERS
Deprecated. All attached viewers are the target of this command. |
static int |
MODEL
Deprecated. The model is the target of this command. |
static int |
NAMED_VIEWER
Deprecated. The target of this command will be retrieved from the request object. |
static int |
NAMED_VIEWERS
Deprecated. The target of this command will be retrieved from the request object. |
Constructor Summary | |
---|---|
CommandDefinition()
Deprecated. Default Constructor |
|
CommandDefinition(java.lang.String prefix,
java.lang.String[] attrNames,
java.lang.String className,
int target)
Deprecated. Constructor |
|
CommandDefinition(java.lang.String prefix,
java.lang.String[] attrNames,
java.lang.String className,
int target,
java.lang.String contentType)
Deprecated. Constructor |
Method Summary | |
---|---|
java.lang.String[] |
getAttributeNames()
Deprecated. Returns the names of the attributes associated with the command prefix |
java.lang.String |
getCommandClass()
Deprecated. Returns the name of java class associated with this command. |
java.lang.String |
getContentType()
Deprecated. Returns the contentType returned by this command. |
java.lang.String |
getPrefix()
Deprecated. Returns the command prefix for the command definition. |
int |
getTargetType()
Deprecated. Returns the target type of the command. |
void |
setAttributeNames(java.lang.String[] attributes)
Deprecated. Sets the names of the attributes associated with the command prefix. |
void |
setCommandClass(java.lang.String className)
Deprecated. Sets the name of java class associated with this command. |
void |
setContentType(java.lang.String contentType)
Deprecated. Sets the contentType returned by this command. |
void |
setPrefix(java.lang.String prefix)
Deprecated. Sets the command prefix for the CommandDefinition. |
void |
setTargetType(int target)
Deprecated. Sets the target type of the command. |
Field Detail |
---|
public static final int MODEL
public static final int ALL_VIEWERS
public static final int NAMED_VIEWER
public static final int NAMED_VIEWERS
Constructor Detail |
---|
public CommandDefinition()
public CommandDefinition(java.lang.String prefix, java.lang.String[] attrNames, java.lang.String className, int target) throws java.lang.ClassNotFoundException
prefix
- command prefixattrNames
- Names of command attributes.className
- Name of java class associated with commandtarget
- target type
java.lang.ClassNotFoundException
setPrefix(java.lang.String)
,
setAttributeNames(java.lang.String[])
,
setCommandClass(java.lang.String)
,
setTargetType(int)
public CommandDefinition(java.lang.String prefix, java.lang.String[] attrNames, java.lang.String className, int target, java.lang.String contentType) throws java.lang.ClassNotFoundException
prefix
- command prefixattrNames
- Names of command attributes.className
- Name of java class associated with commandtarget
- target typecontentType
- content type
java.lang.ClassNotFoundException
setPrefix(java.lang.String)
,
setAttributeNames(java.lang.String[])
,
setCommandClass(java.lang.String)
,
setTargetType(int)
,
setContentType(java.lang.String)
Method Detail |
---|
public java.lang.String getPrefix()
public void setPrefix(java.lang.String prefix)
prefix
- command prefixpublic java.lang.String[] getAttributeNames()
public void setAttributeNames(java.lang.String[] attributes)
attributes
- names of command attributes.public java.lang.String getCommandClass()
public void setCommandClass(java.lang.String className) throws java.lang.ClassNotFoundException
className
- name of java class
java.lang.ClassNotFoundException
public int getTargetType()
public void setTargetType(int target)
target
- command target type.public java.lang.String getContentType()
public void setContentType(java.lang.String contentType)
contentType
- content type.
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |