Uses of Class
org.apache.wicket.protocol.https.Scheme

Packages that use Scheme
org.apache.wicket.protocol.https   
 

Uses of Scheme in org.apache.wicket.protocol.https
 

Methods in org.apache.wicket.protocol.https that return Scheme
protected  Scheme HttpsMapper.getDesiredSchemeFor(Class<? extends IRequestablePage> pageClass)
          Determines which Scheme should be used to access the page
protected  Scheme HttpsMapper.getDesiredSchemeFor(IRequestHandler handler)
          Figures out which Scheme should be used to access the request handler
protected  Scheme HttpsMapper.getSchemeOf(Request request)
          Determines the Scheme of the request
static Scheme Scheme.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Scheme[] Scheme.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.wicket.protocol.https with parameters of type Scheme
protected  String HttpsMapper.createRedirectUrl(IRequestHandler handler, Request request, Scheme scheme)
          Construts a redirect url that should switch the user to the specified scheme
 boolean Scheme.isCompatibleWith(Scheme other)
          Checks if two schemes are compatible.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.