Forge - Scaffolding APIs 1.2.0.Final

org.jboss.forge.scaffold
Interface AccessStrategy


public interface AccessStrategy

Defines how a web-user will interact with a given web-resource.

Author:
Lincoln Baxter, III

Method Summary
 Resource<?> fromWebPath(String path)
           
 List<String> getWebPaths(Resource<?> r)
           
 

Method Detail

getWebPaths

List<String> getWebPaths(Resource<?> r)

fromWebPath

Resource<?> fromWebPath(String path)

Forge - Scaffolding APIs 1.2.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.