|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InboundContext | |
|---|---|
| org.directwebremoting.dwrp | |
| org.directwebremoting.extend | This 'extend' package contains many of the classes that are interesting to very advanced DWR users, and people embedding or extending DWR. |
| Uses of InboundContext in org.directwebremoting.dwrp |
|---|
| Methods in org.directwebremoting.dwrp that return types with arguments of type InboundContext | |
|---|---|
java.util.List<InboundContext> |
CallBatch.getInboundContexts()
|
| Uses of InboundContext in org.directwebremoting.extend |
|---|
| Methods in org.directwebremoting.extend that return InboundContext | |
|---|---|
InboundContext |
InboundVariable.getContext()
Accessor of the context of the variable: the other related variables |
InboundContext |
RealRawData.getInboundContext()
|
| Methods in org.directwebremoting.extend with parameters of type InboundContext | |
|---|---|
void |
Call.findMethod(ModuleManager moduleManager,
ConverterManager converterManager,
InboundContext inctx,
int callNum)
Find the method the best matches the method name and parameters. |
| Constructors in org.directwebremoting.extend with parameters of type InboundContext | |
|---|---|
InboundVariable(InboundContext context)
Constructor for when we need something to represent null |
|
InboundVariable(InboundContext context,
InboundVariable[] members)
Constructor for when we need to temporarily create an InboundVariable for sorting out varargs |
|
InboundVariable(InboundContext context,
java.lang.String key,
java.lang.String type,
FormField fileField)
Parsing ctor |
|
InboundVariable(InboundContext context,
java.lang.String key,
java.lang.String type,
FormField fileField,
boolean urlDecoded)
Parsing ctor |
|
InboundVariable(InboundContext context,
java.lang.String key,
java.lang.String type,
java.lang.String value)
Parsing ctor |
|
InboundVariable(InboundContext context,
java.lang.String key,
java.lang.String type,
java.lang.String value,
boolean urlDecoded)
Parsing ctor |
|
RealRawData(InboundVariable inboundVariable,
InboundContext inboundContext)
RawData is immutable. |
|
|
Copyright ยจ 2008 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||