Package org.apache.avalon.phoenix

Examples of org.apache.avalon.phoenix.BlockContext


    protected abstract String getExtensionDecorator();

    public void contextualize( final Context context )
    {
        final BlockContext blockContext = (BlockContext) context;
        m_baseDirectory = blockContext.getBaseDirectory();
    }
View Full Code Here


    protected abstract String getExtensionDecorator();

    public void contextualize( final Context context )
    {
        final BlockContext blockContext = (BlockContext) context;
        m_baseDirectory = blockContext.getBaseDirectory();
    }
View Full Code Here

    protected abstract String getExtensionDecorator();

    public void contextualize( final Context context )
    {
        final BlockContext blockContext = (BlockContext) context;
        m_baseDirectory = blockContext.getBaseDirectory();
    }
View Full Code Here

TOP

Related Classes of org.apache.avalon.phoenix.BlockContext

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.