added an indent= attribute to link items in left menus and fixed another couple

of minor bugs
This commit is contained in:
Eric J. Bowersox
2001-12-03 20:26:51 +00:00
parent 004dcaf7ec
commit 1db18b7fb9
3 changed files with 28 additions and 9 deletions

View File

@@ -467,6 +467,12 @@ public final class ServletMultipartHandler
} // end getParamNames
public final boolean hasParameter(String name)
{
return param_byname.containsKey(name);
} // end hasParameter
/**
* Returns whether or not the parameter with the specified name is a file parameter.
*