net.sourceforge.scopes.rewriters
Interface ContextPathUser

All Known Implementing Classes:
NodeVisitorWithResult, SimpleWriteNodeVisitor, WindowNameNodeVisitor

public interface ContextPathUser

It represents an entity that can use a context path, in the meaning of servlets.


Method Summary
 void setContextPath(java.lang.String contextPath)
          Sets the context path to refer to.
 

Method Detail

setContextPath

void setContextPath(java.lang.String contextPath)
Sets the context path to refer to.

Parameters:
contextPath - The context path.