Uses of Interface
to.etc.domui.server.IParameterInfo

Packages that use IParameterInfo
to.etc.domui.parts   
to.etc.domui.server   
 

Uses of IParameterInfo in to.etc.domui.parts
 

Classes in to.etc.domui.parts that implement IParameterInfo
 class ParameterInfoImpl
           
 

Methods in to.etc.domui.parts that return IParameterInfo
static IParameterInfo PartUtil.getParameters(java.lang.String in)
           
 

Methods in to.etc.domui.parts with parameters of type IParameterInfo
protected  void CachedImagePart.decodeFormat(IParameterInfo pin, java.util.List<IImageConversionSpecifier> ik)
           
protected  void CachedImagePart.decodeMutations(IParameterInfo pin, java.util.List<IImageConversionSpecifier> list)
           
protected  void CachedImagePart.decodePage(IParameterInfo pin, java.util.List<IImageConversionSpecifier> ik)
          If we have a parameter "page=xxx" add a page selector
protected  void CachedImagePart.decodeResize(IParameterInfo pin, java.util.List<IImageConversionSpecifier> ik)
           
static int PartUtil.getInt(IParameterInfo param, java.lang.String name, int def)
           
 

Uses of IParameterInfo in to.etc.domui.server
 

Subinterfaces of IParameterInfo in to.etc.domui.server
 interface IExtendedParameterInfo
           
 interface IRequestContext
          Interface representing the context for a request to the server.
 

Classes in to.etc.domui.server that implement IParameterInfo
 class RequestContextImpl